48fc533dc4420a4d17d94b0c1e2f212f64438fef
[platform/upstream/glibc.git] / include / rpc / rpc_msg.h
1 #ifndef _RPC_MSG_H
2 #include <sunrpc/rpc/rpc_msg.h>
3
4 /* Now define the internal interfaces.  */
5
6 extern bool_t xdr_rejected_reply (XDR *xdrs, struct rejected_reply *rr);
7 extern bool_t xdr_accepted_reply (XDR *xdrs, struct accepted_reply *ar);
8
9
10 #endif