X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Ftincd.c;h=e1eb3b3d471933b91bbf335d471bab754ceacd74;hp=3debb3e48c2992204e6169d9df02da35c06123ff;hb=f5122ccecee095b9185b2324dea7bcd9655462ee;hpb=eeb505af36ba9496ad29b32cd0917afb8c6cd355 diff --git a/src/tincd.c b/src/tincd.c index 3debb3e4..e1eb3b3d 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -118,6 +118,7 @@ static struct option const long_options[] = { #ifdef HAVE_MINGW static struct WSAData wsa_state; CRITICAL_SECTION mutex; +int main2(int argc, char **argv); #endif static void usage(bool status) {