diff --git a/servlog.h b/servlog.h index f43870ad..0b928cd7 100644 --- a/servlog.h +++ b/servlog.h @@ -16,11 +16,13 @@ #define SICSLOG #include "Scommon.h" void SICSLogWrite(char *ptext, OutCode eOut); -void SICSLogWriteTime(char *ptext, OutCode eOut, struct timeval *tp ); -void SICSLogWriteHex(const char* text, int count, OutCode eOut); -void SICSLogWriteHexTime(const char* text, int count, OutCode eOut, struct timeval *tp); -void SICSLogPrintf(OutCode eOut, const char*fmt, ...); -void SICSLogTimePrintf(OutCode eOut, struct timeval *tp, const char *fmt, ...); +void SICSLogWriteTime(char *ptext, OutCode eOut, struct timeval *tp); +void SICSLogWriteHex(const char *text, int count, OutCode eOut); +void SICSLogWriteHexTime(const char *text, int count, OutCode eOut, + struct timeval *tp); +void SICSLogPrintf(OutCode eOut, const char *fmt, ...); +void SICSLogTimePrintf(OutCode eOut, struct timeval *tp, const char *fmt, + ...); void SICSLogEnable(int flag); int KillCapture(SConnection * pCon);