add hex logging capability
r3755 | dcl | 2012-10-02 17:11:07 +1000 (Tue, 02 Oct 2012) | 1 line
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
#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 SICSLogEnable(int flag);
|
||||
int KillCapture(SConnection *pCon);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user