rename library routines so as not conflict with gethostname
[unix-history] / usr / src / lib / libc / net / getproto.c
index 0ea9f2d..cab54f9 100644 (file)
@@ -1,9 +1,9 @@
-/*     getproto.c      4.1     82/08/25        */
+/*     getproto.c      4.2     82/10/05        */
 
 #include <netdb.h>
 
 struct protoent *
 
 #include <netdb.h>
 
 struct protoent *
-getproto(proto)
+getprotobynumber(proto)
        register int proto;
 {
        register struct protoent *p;
        register int proto;
 {
        register struct protoent *p;