rpc.h.missing.diff
| /usr/src1/sys/../include/rpc/rpc.h 15 Jan 2006 23:16:39 -0000 | ||
|---|---|---|
| 80 | 80 |
}; |
| 81 | 81 | |
| 82 | 82 |
__BEGIN_DECLS |
| 83 |
int callrpc(char *, int, int, int, xdrproc_t, char *, xdrproc_t, |
|
| 84 |
char *); |
|
| 83 | 85 |
struct rpcent *getrpcbyname(char *); |
| 84 | 86 |
struct rpcent *getrpcbynumber(int); |
| 85 | 87 |
struct rpcent *getrpcent(void); |
| ... | ... | |
| 90 | 92 |
int bindresvport(int, struct sockaddr_in *); |
| 91 | 93 |
int bindresvport_sa(int, struct sockaddr *); |
| 92 | 94 |
int get_myaddress(struct sockaddr_in *); |
| 95 |
int registerrpc(int, int, int, char *(*progname)(void), xdrproc_t, xdrproc_t); |
|
| 96 |
bool_t xdr_accepted_reply(XDR *, struct accepted_reply *); |
|
| 97 |
bool_t xdr_rejected_reply(XDR *, struct rejected_reply *); |
|
| 93 | 98 |
__END_DECLS |
| 94 | 99 | |
| 95 | 100 |
#endif /* !_RPC_RPC_H */ |