* vCtdlLogPrintf(): if we are running as deamon, and don't syslog but specified ...
[citadel.git] / citadel / sysdep_decls.h
index df25cbf9454c3157a5b53108d6f9804172f5461e..3eaccf20f5762dbbf1355c289431251f3a4337e7 100644 (file)
@@ -52,6 +52,7 @@ void CtdlLogPrintf(enum LogLevel loglevel, const char *format, ...);
 void vCtdlLogPrintf (enum LogLevel loglevel, const char *format, va_list arg_ptr);
 
 extern int enable_syslog;
+extern int print_to_logfile;
 
 void init_sysdep (void);
 int ig_tcp_server (char *ip_addr, int port_number, int queue_len,char **errormessage);