diff options
Diffstat (limited to 'include/rpc/xdr.h')
-rw-r--r-- | include/rpc/xdr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rpc/xdr.h b/include/rpc/xdr.h index 40855c9540..ab43f83dcb 100644 --- a/include/rpc/xdr.h +++ b/include/rpc/xdr.h @@ -32,3 +32,5 @@ extern void xdrmem_create_internal (XDR *, const caddr_t, u_int, enum xdr_op); extern bool_t xdrrec_endofrecord_internal (XDR *__xdrs, bool_t __sendnow); extern bool_t xdrrec_skiprecord_internal (XDR *__xdrs); extern bool_t xdrrec_eof_internal (XDR *__xdrs); + +libc_hidden_proto (xdrstdio_create) |