blob: 63e41cab28187b2496aca7e86a16dab58a982ac0 (
plain) (
blame)
1
2
3
4
5
6
7
|
#include <sunrpc/rpc/pmap_rmt.h>
extern bool_t xdr_rmtcall_args_internal (XDR *__xdrs,
struct rmtcallargs *__crp)
attribute_hidden;
extern bool_t xdr_rmtcallres_internal (XDR *__xdrs, struct rmtcallres *__crp)
attribute_hidden;
|