- Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
This commit is contained in:
19
nxdata.h
19
nxdata.h
@@ -11,20 +11,19 @@
|
||||
#ifndef SICSNXDATA
|
||||
#define SICSNXDATA
|
||||
|
||||
char *SNXMakeFileName(SicsInterp *pSics, SConnection *pCon);
|
||||
char *SNXMakeFileName(SicsInterp * pSics, SConnection * pCon);
|
||||
|
||||
NXhandle SNXStartFile(SConnection *pCon, SicsInterp *pSics);
|
||||
NXhandle SNXStartFile(SConnection * pCon, SicsInterp * pSics);
|
||||
|
||||
int SNXStartEntry(NXhandle Nfil, int iNew, SicsInterp *pSics);
|
||||
int SNXStartEntry(NXhandle Nfil, int iNew, SicsInterp * pSics);
|
||||
|
||||
void SNXFormatTime(char *pBuffer, int iBufLen);
|
||||
void SNXFormatTime(char *pBuffer, int iBufLen);
|
||||
|
||||
int SNFinishFile(NXhandle Nfil);
|
||||
int SNFinishFile(NXhandle Nfil);
|
||||
|
||||
int SNMakeDMC(SConnection *pCon, SicsInterp *pSics);
|
||||
int SNMakeDMC(SConnection * pCon, SicsInterp * pSics);
|
||||
|
||||
int SNStoreDMC(SConnection *pCon, SicsInterp *pSics, void *pData, int argc,
|
||||
char *argv[]);
|
||||
|
||||
#endif
|
||||
int SNStoreDMC(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user