]> git.saurik.com Git - apple/libinfo.git/blobdiff - rpc.subproj/getrpcport.c
Libinfo-459.40.1.tar.gz
[apple/libinfo.git] / rpc.subproj / getrpcport.c
index f7c51af2d159d7dab3f67b09bebf3d4f40ee9d9d..dadcfa41980c6010e9d8535105cbd11c472b57fe 100644 (file)
@@ -70,6 +70,9 @@ static char *rcsid = "$Id: getrpcport.c,v 1.3 2002/02/19 20:36:23 epeyton Exp $"
 int
 getrpcport(host, prognum, versnum, proto)
        char *host;
+       int prognum;
+       int versnum;
+       int proto;
 {
        struct sockaddr_in addr;
        struct hostent *hp;