diff options
Diffstat (limited to 'include/rpc/pmap_prot.h')
-rw-r--r-- | include/rpc/pmap_prot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rpc/pmap_prot.h b/include/rpc/pmap_prot.h index cd64e36de..30b26709f 100644 --- a/include/rpc/pmap_prot.h +++ b/include/rpc/pmap_prot.h @@ -95,6 +95,7 @@ struct pmap { }; extern bool_t xdr_pmap (XDR *__xdrs, struct pmap *__regs) __THROW; +libc_hidden_proto(xdr_pmap) struct pmaplist { struct pmap pml_map; @@ -102,6 +103,7 @@ struct pmaplist { }; extern bool_t xdr_pmaplist (XDR *__xdrs, struct pmaplist **__rp) __THROW; +libc_hidden_proto(xdr_pmaplist) __END_DECLS |