netcat: Add missing declaration.

This commit is contained in:
Jonathan Schleifer 2014-01-10 21:06:54 +01:00 committed by Stephan Aßmus
parent b187bd95a0
commit faf564a527

View File

@ -175,6 +175,11 @@ USHORT o_zero = 0;
/* support routines -- the bulk of this thing. Placed in such an order that
we don't have to forward-declare anything: */
#ifdef HAVE_HELP
void helpme();
#endif
/* holler :
fake varargs -- need to do this way because we wind up calling through
more levels of indirection than vanilla varargs can handle, and not all
@ -1312,6 +1317,7 @@ Debug (("wrote %d to net, errno %d", rr, errno))
return (0);
} /* readwrite */
/* main :
now we pull it all together... */
main (argc, argv)