diff options
Diffstat (limited to 'include/rpc/pmap_rmt.h')
-rw-r--r-- | include/rpc/pmap_rmt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/rpc/pmap_rmt.h b/include/rpc/pmap_rmt.h index 7a38b5f5f..59b4f6587 100644 --- a/include/rpc/pmap_rmt.h +++ b/include/rpc/pmap_rmt.h @@ -53,6 +53,8 @@ struct rmtcallargs { extern bool_t xdr_rmtcall_args (XDR *__xdrs, struct rmtcallargs *__crp) __THROW; +libc_hidden_proto(xdr_rmtcall_args) + struct rmtcallres { u_long *port_ptr; @@ -62,6 +64,7 @@ struct rmtcallres { }; extern bool_t xdr_rmtcallres (XDR *__xdrs, struct rmtcallres *__crp) __THROW; +libc_hidden_proto(xdr_rmtcallres) __END_DECLS |