- Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
This commit is contained in:
12
servlog.h
12
servlog.h
@@ -15,10 +15,10 @@
|
||||
#ifndef SICSLOG
|
||||
#define SICSLOG
|
||||
#include "Scommon.h"
|
||||
void SICSLogWrite(char *ptext, OutCode eOut );
|
||||
void SICSLogEnable(int flag);
|
||||
int KillCapture(SConnection *pCon);
|
||||
|
||||
int LogCapture(SConnection *pCon, SicsInterp *pInter, void *pData,
|
||||
int argc, char *argv[]);
|
||||
void SICSLogWrite(char *ptext, OutCode eOut);
|
||||
void SICSLogEnable(int flag);
|
||||
int KillCapture(SConnection * pCon);
|
||||
|
||||
int LogCapture(SConnection * pCon, SicsInterp * pInter, void *pData,
|
||||
int argc, char *argv[]);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user