diff options
Diffstat (limited to 'include/rpc/rpc.h')
-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 |