- Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
This commit is contained in:
7
Busy.h
7
Busy.h
@ -20,9 +20,8 @@ void setBusy(busyPtr self, int val);
|
||||
|
||||
int isBusy(busyPtr self);
|
||||
|
||||
int BusyAction(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int BusyAction(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
busyPtr findBusy(SicsInterp *pInter);
|
||||
busyPtr findBusy(SicsInterp * pInter);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user