summaryrefslogtreecommitdiff
path: root/netcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'netcat.c')
-rw-r--r--netcat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/netcat.c b/netcat.c
index e6b8a1b..c1d3f08 100644
--- a/netcat.c
+++ b/netcat.c
@@ -952,7 +952,7 @@ dol_err:
Use the time delay between writes if given, otherwise use the "tcp ping"
trick for getting the RTT. [I got that idea from pluvius, and warped it.]
Return either the original fd, or clean up and return -1. */
-udptest (fd, where)
+int udptest (fd, where)
int fd;
IA * where;
{
@@ -1300,7 +1300,7 @@ Debug (("wrote %d to net, errno %d", rr, errno))
/* main :
now we pull it all together... */
-main (argc, argv)
+int main (argc, argv)
int argc;
char ** argv;
{