]> tinc-vpn.org Git - tinc/blobdiff - src/process.h
Add optional systemd integration
[tinc] / src / process.h
index 5849752c9f5ce5d2e411f07cdd1e2a96d33d51bc..70f1c5ca3cd977a1fd11e25e230f32d66e7e03db 100644 (file)
 #include "system.h"
 
 extern bool do_detach;
+extern bool use_logfile;
+extern bool use_syslog;
 
 extern bool detach(void);
 
-#ifdef HAVE_MINGW
+#ifdef HAVE_WINDOWS
 #include "event.h"
 
 extern io_t stop_io;