- Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
This commit is contained in:
34
choco.h
34
choco.h
@ -11,27 +11,27 @@
|
||||
#define CHOCOSICS
|
||||
#include "codri.h"
|
||||
|
||||
typedef struct __CHOCO *pChoco;
|
||||
typedef struct __CHOCO *pChoco;
|
||||
/*------------------------------------------------------------------------*/
|
||||
int CHGetParameter(pChoco self, char *pParName,
|
||||
char *pParValue, int iBuflen);
|
||||
|
||||
pCodri CHGetDriver(pChoco self);
|
||||
int CHList(pChoco self, SConnection *pCon, char *name);
|
||||
int CHGetParameter(pChoco self, char *pParName,
|
||||
char *pParValue, int iBuflen);
|
||||
|
||||
pCodri CHGetDriver(pChoco self);
|
||||
int CHList(pChoco self, SConnection * pCon, char *name);
|
||||
/*------------------------------------------------------------------------*/
|
||||
void KillChoco(void *pData);
|
||||
int ChocoAction(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int ChocoFactory(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
void KillChoco(void *pData);
|
||||
int ChocoAction(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int ChocoFactory(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
|
||||
#ifdef CHOCOINTERNAL
|
||||
|
||||
typedef struct __CHOCO {
|
||||
pObjectDescriptor pDes;
|
||||
pCodri pDriv;
|
||||
} Choco;
|
||||
typedef struct __CHOCO {
|
||||
pObjectDescriptor pDes;
|
||||
pCodri pDriv;
|
||||
} Choco;
|
||||
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user