aboutsummaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2021-06-14 20:57:58 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2021-06-14 20:57:58 +0200
commit64f446220da6f567c818d00a650f92d25391d6e5 (patch)
tree59ebf4f29851e31a192a6287b87690b99c94a417 /src/log.h
parent4d56d7b74f75a918aaa6fa6ab051a3ef9896ffc6 (diff)
downloaddns-64f446220da6f567c818d00a650f92d25391d6e5.tar.gz
fix warnings
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 );