diff options
Diffstat (limited to 'include/rpc/pmap_prot.h')
-rw-r--r-- | include/rpc/pmap_prot.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/rpc/pmap_prot.h b/include/rpc/pmap_prot.h index 06d7d378cf..e50d5e0c79 100644 --- a/include/rpc/pmap_prot.h +++ b/include/rpc/pmap_prot.h @@ -1 +1,5 @@ #include <sunrpc/rpc/pmap_prot.h> + + +extern bool_t xdr_pmap_internal (XDR *__xdrs, struct pmap *__regs); +extern bool_t xdr_pmaplist_internal (XDR *__xdrs, struct pmaplist **__rp); |