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:
Douglas Clowes
2012-10-04 13:49:02 +10:00
parent 90719997ab
commit d4432012d2
2 changed files with 176 additions and 6 deletions

View File

@@ -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);