- Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
This commit is contained in:
14
hklscan.h
14
hklscan.h
@@ -11,15 +11,15 @@
|
||||
#ifndef HKLSCAN
|
||||
#define HKLSCAN
|
||||
|
||||
typedef struct __HKLSCAN *pHklscan;
|
||||
typedef struct __HKLSCAN *pHklscan;
|
||||
/*--------------------------------------------------------------------------*/
|
||||
int HklScan(pHklscan self, SConnection *pCon, int iNP, int iMode,
|
||||
float fPreset);
|
||||
int HklScan(pHklscan self, SConnection * pCon, int iNP, int iMode,
|
||||
float fPreset);
|
||||
/*---------------- interpreter functions -----------------------------------*/
|
||||
int HklscanFactory(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int HklscanAction(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int HklscanFactory(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int HklscanAction(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user