mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 06:50:07 +00:00
6 lines
179 B
C
6 lines
179 B
C
#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);
|