summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-17 06:37:09 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-17 06:37:09 +0000
commit80bd8102a8430901b5ac8dfd4777d98373da5899 (patch)
tree2f29700eae3f564a21eaa040a3d7e1efc6f8ef15
parent17459bdf5000b2a1b02aceba53c4711250a153e7 (diff)
proto more
-rw-r--r--include/rpc/rpc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h
index 48ed49c8685..9c3ef05a856 100644
--- a/include/rpc/rpc.h
+++ b/include/rpc/rpc.h
@@ -89,6 +89,11 @@ extern void setrpcent __P((int));
extern void endrpcent __P((void));
extern int get_myaddress __P((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 getrpcport __P((char *, int, int, int));
__END_DECLS