summaryrefslogtreecommitdiffstats
path: root/include/rpc/rpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rpc/rpc.h')
-rw-r--r--include/rpc/rpc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h
index 2e6b947..e16b4fd 100644
--- a/include/rpc/rpc.h
+++ b/include/rpc/rpc.h
@@ -83,8 +83,8 @@ extern int get_myaddress __P((struct sockaddr_in *));
extern int bindresvport __P((int, struct sockaddr_in *));
extern int registerrpc __P((int, int, int, char *(*) __P((char [UDPMSGSIZE])),
xdrproc_t, xdrproc_t));
-extern int callrpc __P((char *, int, int, int, xdrproc_t, char *,
- xdrproc_t , char *));
+extern int callrpc __P((char *, int, int, int, xdrproc_t, void *,
+ xdrproc_t , void *));
extern int getrpcport __P((char *, int, int, int));
char *taddr2uaddr __P((const struct netconfig *, const struct netbuf *));
OpenPOWER on IntegriCloud