diff options
Diffstat (limited to 'include/rpc/pmap_prot.h')
-rw-r--r-- | include/rpc/pmap_prot.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/rpc/pmap_prot.h b/include/rpc/pmap_prot.h index 7dddab2..366832a 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 */ |