Browse Source

proto more

OPENBSD_2_2
deraadt 27 years ago
parent
commit
88b0e54c1b
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      src/include/rpc/rpc.h

+ 5
- 0
src/include/rpc/rpc.h View File

@ -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


Loading…
Cancel
Save