Missing void declarations in various function parameter added.

This commit is contained in:
Roland Jax
2014-02-20 16:56:26 +01:00
parent 2817b45c11
commit 521fc4c1ae
8 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ void log_file(FILE *fp);
void log_level(char *lvl);
int log_open(const char *logfile, int foreground);
void log_close();
void log_close(void);
void log_print(unsigned char lvl, const char *txt, ...);