Move logfile() specific functions into their own source file

This commit is contained in:
jsteube
2016-09-06 13:05:49 +02:00
parent 305aa38b0e
commit eb5e192df5
4 changed files with 6 additions and 86 deletions
-4
View File
@@ -203,10 +203,6 @@ char *stroptitype (const uint opti_type);
char *strstatus (const uint threads_status);
void status ();
char *logfile_generate_topid (void);
char *logfile_generate_subid (void);
void logfile_append (const char *fmt, ...);
#ifdef F_SETLKW
void lock_file (FILE *fp);
void unlock_file (FILE *fp);