diff options
Diffstat (limited to 'sunrpc/rpc/pmap_rmt.h')
-rw-r--r-- | sunrpc/rpc/pmap_rmt.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sunrpc/rpc/pmap_rmt.h b/sunrpc/rpc/pmap_rmt.h index 15822ef642..f5d4af110b 100644 --- a/sunrpc/rpc/pmap_rmt.h +++ b/sunrpc/rpc/pmap_rmt.h @@ -47,10 +47,7 @@ struct rmtcallargs { xdrproc_t xdr_args; }; -bool_t xdr_rmtcallres __P ((XDR *__xdrs, struct rmtcallres *__crp)); - - -#endif /* rpc/pmap_rmt.h */ +bool_t xdr_rmtcall_args __P ((XDR *__xdrs, struct rmtcallargs *__crp)); struct rmtcallres { u_long *port_ptr; |