diff options
Diffstat (limited to 'sunrpc/pmap_rmt.c')
-rw-r--r-- | sunrpc/pmap_rmt.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sunrpc/pmap_rmt.c b/sunrpc/pmap_rmt.c index e068848919..7de7f4147c 100644 --- a/sunrpc/pmap_rmt.c +++ b/sunrpc/pmap_rmt.c @@ -62,6 +62,10 @@ extern u_long _create_xid (void); static const struct timeval timeout = {3, 0}; +bool_t xdr_rmtcall_args_internal (XDR *xdrs, struct rmtcallargs *cap) + attribute_hidden; + + /* * pmapper remote-call-service interface. * This routine is used to call the pmapper remote call service |