auto import from //depot/cupcake/@136594
diff --git a/netcat.c b/netcat.c
index e6b8a1b..c1d3f08 100644
--- a/netcat.c
+++ b/netcat.c
@@ -952,7 +952,7 @@
    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 @@
 
 /* main :
    now we pull it all together... */
-main (argc, argv)
+int main (argc, argv)
   int argc;
   char ** argv;
 {