A bit of printf, character escaping, line wrapping, duplicate suppression, format fixing and stuff like that ...
r3757 | dcl | 2012-10-04 13:49:02 +1000 (Thu, 04 Oct 2012) | 1 line
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user