chiark / gitweb /
More comments.
[disorder] / lib / log.h
index 4d91008edc3e0debc4a24d43dca200ba6add5f81..5d39732d7f2996adadd6b4a395af7f22fc837191 100644 (file)
--- a/lib/log.h
+++ b/lib/log.h
@@ -67,6 +67,7 @@ extern struct log_output log_stderr, log_syslog, *log_default;
 
 extern const char *debug_filename;
 extern int debug_lineno;
+extern int logdate;
 
 #define D(x) do {                              \
   if(debugging) {                              \