diff --git a/src/bin/network/netcat/netcat.c b/src/bin/network/netcat/netcat.c index e46fad2da3..8de7eccb03 100644 --- a/src/bin/network/netcat/netcat.c +++ b/src/bin/network/netcat/netcat.c @@ -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)