add hex logging capability

r3755 | dcl | 2012-10-02 17:11:07 +1000 (Tue, 02 Oct 2012) | 1 line
This commit is contained in:
Douglas Clowes
2012-10-02 17:11:07 +10:00
parent e1ad82ca76
commit defe43eed4
2 changed files with 43 additions and 0 deletions

View File

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