- Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
This commit is contained in:
12
statemon.h
12
statemon.h
@ -8,14 +8,14 @@
|
||||
* copyright: see file COPYRIGHT
|
||||
*
|
||||
* Mark Koennecke, January 2007
|
||||
*/
|
||||
*/
|
||||
#ifndef STATEMON_H_
|
||||
#define STATEMON_H_
|
||||
typedef struct __STATEMON *pStateMon;
|
||||
|
||||
/*===================== The interpreter interface ===========================*/
|
||||
int StateMonFactory(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int StateMonAction(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
#endif /*STATEMON_H_*/
|
||||
int StateMonFactory(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int StateMonAction(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
#endif /*STATEMON_H_ */
|
||||
|
Reference in New Issue
Block a user