summaryrefslogtreecommitdiff
path: root/libc/inet/rpc/pmap_rmt.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-03-24 12:32:38 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-03-24 12:32:38 +0000
commitb38a7b0945fb6f6bf23592dab916bb58faebad11 (patch)
tree59fbc704e9900e2238ec1580356d650657d67655 /libc/inet/rpc/pmap_rmt.c
parent39eff5150b839a92e852cdff4d2ad055f962f724 (diff)
Move hidden xdr_rmtcall_args prototype before first use
Diffstat (limited to 'libc/inet/rpc/pmap_rmt.c')
-rw-r--r--libc/inet/rpc/pmap_rmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/rpc/pmap_rmt.c b/libc/inet/rpc/pmap_rmt.c
index badb6a467..a0aa22985 100644
--- a/libc/inet/rpc/pmap_rmt.c
+++ b/libc/inet/rpc/pmap_rmt.c
@@ -72,6 +72,7 @@ libc_hidden_proto(xdr_reference)
libc_hidden_proto(xdr_u_long)
libc_hidden_proto(xdr_void)
libc_hidden_proto(xdr_rmtcallres)
+libc_hidden_proto(xdr_rmtcall_args)
libc_hidden_proto(inet_makeaddr)
libc_hidden_proto(inet_netof)
libc_hidden_proto(clntudp_create)
@@ -139,7 +140,6 @@ pmap_rmtcall (addr, prog, vers, proc, xdrargs, argsp, xdrres, resp, tout, port_p
* XDR remote call arguments
* written for XDR_ENCODE direction only
*/
-libc_hidden_proto(xdr_rmtcall_args)
bool_t
xdr_rmtcall_args (XDR *xdrs, struct rmtcallargs *cap)
{