diff options
author | 1997-07-17 06:37:08 +0000 | |
---|---|---|
committer | 1997-07-17 06:37:08 +0000 | |
commit | 97d48f3c55274e3dd273792005f7f567a039e54d (patch) | |
tree | 21e62c1ed9c73a539e1ea96f9d94a04d6f141547 | |
parent | verf is a ptr (diff) | |
download | wireguard-openbsd-97d48f3c55274e3dd273792005f7f567a039e54d.tar.xz wireguard-openbsd-97d48f3c55274e3dd273792005f7f567a039e54d.zip |
proto more
-rw-r--r-- | include/rpc/rpc.h | 5 |
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 |