]> git.saurik.com Git - apple/libinfo.git/blobdiff - rpc.subproj/clnt_simple.c
Libinfo-330.7.tar.gz
[apple/libinfo.git] / rpc.subproj / clnt_simple.c
index ec99490c1a31aa63c89d3e3f7b53cd56485ad708..0ba26d05fc232675c209bb6f0a86f1904fe1681b 100644 (file)
@@ -53,7 +53,7 @@
 #if defined(LIBC_SCCS) && !defined(lint)
 /*static char *sccsid = "from: @(#)clnt_simple.c 1.35 87/08/11 Copyr 1984 Sun Micro";*/
 /*static char *sccsid = "from: @(#)clnt_simple.c       2.2 88/08/01 4.0 RPCSRC";*/
-static char *rcsid = "$Id: clnt_simple.c,v 1.2 1999/10/14 21:56:53 wsanchez Exp $";
+static char *rcsid = "$Id: clnt_simple.c,v 1.3 2002/02/19 20:36:23 epeyton Exp $";
 #endif
 
 /* 
@@ -66,6 +66,7 @@ static char *rcsid = "$Id: clnt_simple.c,v 1.2 1999/10/14 21:56:53 wsanchez Exp
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <unistd.h>
 #include <rpc/rpc.h>
 #include <sys/socket.h>
 #include <netdb.h>
@@ -77,6 +78,7 @@ static struct callrpc_private {
        char    *oldhost;
 } *callrpc_private;
 
+int
 callrpc(host, prognum, versnum, procnum, inproc, in, outproc, out)
        char *host;
        xdrproc_t inproc, outproc;