Rearrange conflicting tincd globals
[tinc] / src / process.h
index 5849752..1aae6de 100644 (file)
@@ -24,6 +24,8 @@
 #include "system.h"
 
 extern bool do_detach;
+extern bool use_logfile;
+extern bool use_syslog;
 
 extern bool detach(void);