- Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
This commit is contained in:
10
background.h
10
background.h
@@ -12,15 +12,15 @@
|
||||
/**
|
||||
* interpreter inteface
|
||||
*/
|
||||
int BackgroundAction(SConnection *pCon, SicsInterp *pSics,
|
||||
void *pData, int argc, char *argv[]);
|
||||
int BackgroundAction(SConnection * pCon, SicsInterp * pSics,
|
||||
void *pData, int argc, char *argv[]);
|
||||
/*
|
||||
* actual function which does the backgrounding
|
||||
*/
|
||||
int BackgroundCommand(SConnection *pCon, char *command);
|
||||
int BackgroundCommand(SConnection * pCon, char *command);
|
||||
/*
|
||||
* used only once for installing Background
|
||||
*/
|
||||
void InstallBackground(SicsInterp *pSics);
|
||||
void InstallBackground(SicsInterp * pSics);
|
||||
|
||||
#endif /*BACKGROUND_H_*/
|
||||
#endif /*BACKGROUND_H_ */
|
||||
|
||||
Reference in New Issue
Block a user