summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-07-17 06:37:08 +0000
committerderaadt <deraadt@openbsd.org>1997-07-17 06:37:08 +0000
commit97d48f3c55274e3dd273792005f7f567a039e54d (patch)
tree21e62c1ed9c73a539e1ea96f9d94a04d6f141547
parentverf is a ptr (diff)
downloadwireguard-openbsd-97d48f3c55274e3dd273792005f7f567a039e54d.tar.xz
wireguard-openbsd-97d48f3c55274e3dd273792005f7f567a039e54d.zip
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