scan.c:734: warning: implicit declaration of function `SilentPrepare'
scan.c:814: warning: implicit declaration of function `ScanMakeFileName'
This commit is contained in:
zolliker
2005-08-24 10:45:09 +00:00
parent d5367e1b75
commit 4811a9822e

View File

@ -11,6 +11,8 @@
#ifndef SICSSTDSCAN
#define SICSSTDSCAN
char *ScanMakeFileName(SicsInterp *pSics, SConnection *pCon);
/**
* write the header of the scan file
*/
@ -30,6 +32,8 @@
* second version of PrepareScan which does not check scan limits
*/
int NonCheckPrepare(pScanData self);
int SilentPrepare(pScanData self);
/**
* ScanDrive handles driving to the scan point iPoint.
*/