diff options
Diffstat (limited to 'sunrpc')
-rw-r--r-- | sunrpc/rpc/xdr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sunrpc/rpc/xdr.h b/sunrpc/rpc/xdr.h index ad5b83e798..1cc9af9375 100644 --- a/sunrpc/rpc/xdr.h +++ b/sunrpc/rpc/xdr.h @@ -298,6 +298,9 @@ extern bool_t xdrrec_skiprecord __P ((XDR *__xdrs)); /* true if no more input */ extern bool_t xdrrec_eof __P ((XDR *__xdrs)); +/* free memory buffers for xdr */ +extern void xdr_free __P ((xdrproc_t __proc, char *__objp)); + __END_DECLS #endif /* !__XDR_HEADER__ */ |