diff options
Diffstat (limited to 'include/rpc/pmap_rmt.h')
-rw-r--r-- | include/rpc/pmap_rmt.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/rpc/pmap_rmt.h b/include/rpc/pmap_rmt.h index 1585c13039..f8e586c27e 100644 --- a/include/rpc/pmap_rmt.h +++ b/include/rpc/pmap_rmt.h @@ -1 +1,5 @@ #include <sunrpc/rpc/pmap_rmt.h> + +extern bool_t xdr_rmtcall_args_internal (XDR *__xdrs, + struct rmtcallargs *__crp); +extern bool_t xdr_rmtcallres_internal (XDR *__xdrs, struct rmtcallres *__crp); |