Bug #72 ยป rpc.h.missing.diff
/usr/src1/sys/../include/rpc/rpc.h 15 Jan 2006 23:16:39 -0000 | ||
---|---|---|
};
|
||
__BEGIN_DECLS
|
||
int callrpc(char *, int, int, int, xdrproc_t, char *, xdrproc_t,
|
||
char *);
|
||
struct rpcent *getrpcbyname(char *);
|
||
struct rpcent *getrpcbynumber(int);
|
||
struct rpcent *getrpcent(void);
|
||
... | ... | |
int bindresvport(int, struct sockaddr_in *);
|
||
int bindresvport_sa(int, struct sockaddr *);
|
||
int get_myaddress(struct sockaddr_in *);
|
||
int registerrpc(int, int, int, char *(*progname)(void), xdrproc_t, xdrproc_t);
|
||
bool_t xdr_accepted_reply(XDR *, struct accepted_reply *);
|
||
bool_t xdr_rejected_reply(XDR *, struct rejected_reply *);
|
||
__END_DECLS
|
||
#endif /* !_RPC_RPC_H */
|