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=ef92a5725c47c6e8e801e07190dd7dd3f9cb3a17 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) {