]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysdep_decls.h
* New server command-line option "-l" to send log output to the host
[citadel.git] / citadel / sysdep_decls.h
index 9b7483ed8d771afb2eeddb6c2b5d7ccecaeaf664..37ee0769fa1c53b14d501e4b9198fed5765a5c70 100644 (file)
@@ -49,3 +49,7 @@ extern struct worker_node {
         pthread_t tid;
         struct worker_node *next;
 } *worker_list;
+
+
+extern int SyslogFacility(char *name);
+extern int syslog_facility;