minor changes
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#define logfileStatusBuf(B) logfileStatusBuffer(B,sizeof(B))
|
||||
|
||||
void logfileStatusBuffer(char *buffer, int bufsize);
|
||||
void logfileInit(char *path, int nodate, int use_stdout, int write_all);
|
||||
char *logfileInit(char *path, int nodate, int use_stdout, int write_all);
|
||||
void logfileOut(int mask, const char *fmt, ...);
|
||||
void logfileOutBuf(int mask, Str_Buf *buf);
|
||||
void logfileShowErr(char *text);
|
||||
|
||||
Reference in New Issue
Block a user