|
|
@ -1,4 +1,4 @@ |
|
|
|
/* $OpenBSD: rpc_msg.h,v 1.6 2010/09/01 14:43:34 millert Exp $ */ |
|
|
|
/* $OpenBSD: rpc_msg.h,v 1.7 2014/10/29 04:34:21 guenther Exp $ */ |
|
|
|
/* $NetBSD: rpc_msg.h,v 1.5 1995/04/29 05:28:00 cgd Exp $ */ |
|
|
|
|
|
|
|
/* |
|
|
@ -185,6 +185,9 @@ extern bool_t xdr_callhdr(XDR *, struct rpc_msg *); |
|
|
|
*/ |
|
|
|
extern bool_t xdr_replymsg(XDR *, struct rpc_msg *); |
|
|
|
|
|
|
|
extern bool_t xdr_accepted_reply(XDR *, struct accepted_reply *); |
|
|
|
extern bool_t xdr_rejected_reply(XDR *, struct rejected_reply *); |
|
|
|
|
|
|
|
/* |
|
|
|
* Fills in the error part of a reply message. |
|
|
|
* _seterr_reply(msg, error) |
|
|
|