aboutsummaryrefslogtreecommitdiff
path: root/include/rpc/rpc_msg.h
blob: 48fc533dc4420a4d17d94b0c1e2f212f64438fef (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _RPC_MSG_H
#include <sunrpc/rpc/rpc_msg.h>

/* Now define the internal interfaces.  */

extern bool_t xdr_rejected_reply (XDR *xdrs, struct rejected_reply *rr);
extern bool_t xdr_accepted_reply (XDR *xdrs, struct accepted_reply *ar);


#endif