improve indent to match existing
This commit is contained in:
12
servlog.h
12
servlog.h
@@ -16,11 +16,13 @@
|
|||||||
#define SICSLOG
|
#define SICSLOG
|
||||||
#include "Scommon.h"
|
#include "Scommon.h"
|
||||||
void SICSLogWrite(char *ptext, OutCode eOut);
|
void SICSLogWrite(char *ptext, OutCode eOut);
|
||||||
void SICSLogWriteTime(char *ptext, OutCode eOut, struct timeval *tp );
|
void SICSLogWriteTime(char *ptext, OutCode eOut, struct timeval *tp);
|
||||||
void SICSLogWriteHex(const char* text, int count, OutCode eOut);
|
void SICSLogWriteHex(const char *text, int count, OutCode eOut);
|
||||||
void SICSLogWriteHexTime(const char* text, int count, OutCode eOut, struct timeval *tp);
|
void SICSLogWriteHexTime(const char *text, int count, OutCode eOut,
|
||||||
void SICSLogPrintf(OutCode eOut, const char*fmt, ...);
|
struct timeval *tp);
|
||||||
void SICSLogTimePrintf(OutCode eOut, struct timeval *tp, const char *fmt, ...);
|
void SICSLogPrintf(OutCode eOut, const char *fmt, ...);
|
||||||
|
void SICSLogTimePrintf(OutCode eOut, struct timeval *tp, const char *fmt,
|
||||||
|
...);
|
||||||
void SICSLogEnable(int flag);
|
void SICSLogEnable(int flag);
|
||||||
int KillCapture(SConnection * pCon);
|
int KillCapture(SConnection * pCon);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user