X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprocess.c;h=04c19ed9ee3164989dc4fb6284d9c9b1ca5100e3;hb=1be7dc759a64d436fd7586aad43b545f2dc665b5;hp=1093ea8f63049d431b3a9e6a564a1b48179681ad;hpb=d53384c2de6d2824b9adcec111301d86e6b25f8e;p=tinc diff --git a/src/process.c b/src/process.c index 1093ea8f..04c19ed9 100644 --- a/src/process.c +++ b/src/process.c @@ -25,7 +25,9 @@ #include "control.h" #include "device.h" #include "edge.h" +#include "event.h" #include "logger.h" +#include "names.h" #include "net.h" #include "node.h" #include "process.h" @@ -37,17 +39,12 @@ bool do_detach = true; bool sigalrm = false; -extern char *identname; extern char **g_argv; extern bool use_logfile; /* Some functions the less gifted operating systems might lack... */ #ifdef HAVE_MINGW -extern char *identname; -extern char *program_name; -extern char **g_argv; - static SC_HANDLE manager = NULL; static SC_HANDLE service = NULL; static SERVICE_STATUS status = {0};