X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprocess.h;h=70f1c5ca3cd977a1fd11e25e230f32d66e7e03db;hb=90cde91141ec61be4354d8deab21edb8fdf01022;hp=c6ffda8bcc7909ed44c8ffc0c7c4f7388983f428;hpb=a29e6b49ef7a184941ab8cda2de9487744a82f83;p=tinc diff --git a/src/process.h b/src/process.h index c6ffda8b..70f1c5ca 100644 --- a/src/process.h +++ b/src/process.h @@ -21,13 +21,15 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "system.h" + extern bool do_detach; +extern bool use_logfile; +extern bool use_syslog; -extern void setup_signals(void); extern bool detach(void); -extern bool kill_other(int); -#ifdef HAVE_MINGW +#ifdef HAVE_WINDOWS #include "event.h" extern io_t stop_io;