aboutsummaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log.h b/src/log.h
index b0c89e8..fb9d6f0 100644
--- a/src/log.h
+++ b/src/log.h
@@ -63,4 +63,4 @@ int log_init_file(char* _file, unsigned int _verbosity);
*/
int log_init_stdout(unsigned int _verbosity);
-int log_close();
+int log_close( void );