summaryrefslogtreecommitdiffstats
path: root/include/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/log.h')
-rw-r--r--include/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/log.h b/include/log.h
index 9ecff30..f6f450c 100644
--- a/include/log.h
+++ b/include/log.h
@@ -4,7 +4,7 @@
#include <stdio.h>
FILE *init_log(char *filename);
-void dlog(FILE *fd, char *format, ...);
+void dlog(FILE *fd, int priority, char *format, ...);
void close_log(FILE *fd);
#endif