aboutsummaryrefslogtreecommitdiff
path: root/include/rpc/pmap_prot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rpc/pmap_prot.h')
-rw-r--r--include/rpc/pmap_prot.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/rpc/pmap_prot.h b/include/rpc/pmap_prot.h
index 7dddab2e0d5b..366832a7d3f8 100644
--- a/include/rpc/pmap_prot.h
+++ b/include/rpc/pmap_prot.h
@@ -99,9 +99,9 @@ struct pmaplist {
};
__BEGIN_DECLS
-extern bool_t xdr_pmap __P((XDR *, struct pmap *));
-extern bool_t xdr_pmaplist __P((XDR *, struct pmaplist **));
-extern bool_t xdr_pmaplist_ptr __P((XDR *, struct pmaplist *));
+extern bool_t xdr_pmap(XDR *, struct pmap *);
+extern bool_t xdr_pmaplist(XDR *, struct pmaplist **);
+extern bool_t xdr_pmaplist_ptr(XDR *, struct pmaplist *);
__END_DECLS
#endif /* !_RPC_PMAP_PROT_H */