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
@@ -101,7 +101,7 @@ log_open(const char *file, int foreground)
}
void
log_close()
log_close(void)
{
if (logfp) {
fflush(logfp);