summaryrefslogtreecommitdiff
path: root/libc/inet/rpc/pmap_prot.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/inet/rpc/pmap_prot.c')
-rw-r--r--libc/inet/rpc/pmap_prot.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/inet/rpc/pmap_prot.c b/libc/inet/rpc/pmap_prot.c
index 29f142ffa..0ae2c88f3 100644
--- a/libc/inet/rpc/pmap_prot.c
+++ b/libc/inet/rpc/pmap_prot.c
@@ -44,6 +44,7 @@ static char sccsid[] = "@(#)pmap_prot.c 1.17 87/08/11 Copyr 1984 Sun Micro";
libc_hidden_proto(xdr_u_long)
+libc_hidden_proto(xdr_pmap)
bool_t
xdr_pmap (xdrs, regs)
XDR *xdrs;
@@ -56,3 +57,4 @@ xdr_pmap (xdrs, regs)
return xdr_u_long (xdrs, &regs->pm_port);
return FALSE;
}
+libc_hidden_def(xdr_pmap)