- Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
This commit is contained in:
19
statusfile.h
19
statusfile.h
@ -9,16 +9,15 @@
|
||||
|
||||
#include <sics.h>
|
||||
|
||||
int InstallBckRestore(SConnection *pCon, SicsInterp *pSics);
|
||||
int BackupStatus(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int InstallBckRestore(SConnection * pCon, SicsInterp * pSics);
|
||||
int BackupStatus(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
int RestoreStatus(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int RestoreStatus(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int hasRestored();
|
||||
|
||||
int StatusFileTask(void *data); /* saves status file if parameters have changed */
|
||||
|
||||
void StatusFileDirty(void); /* indicate that the status file has to be rewritten */
|
||||
int hasRestored();
|
||||
|
||||
int StatusFileTask(void *data); /* saves status file if parameters have changed */
|
||||
|
||||
void StatusFileDirty(void); /* indicate that the status file has to be rewritten */
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user