OSDN Git Service

Move hidden xdr_rmtcall_args prototype before first use
authorPeter S. Mazinger <ps.m@gmx.net>
Fri, 24 Mar 2006 12:32:38 +0000 (12:32 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Fri, 24 Mar 2006 12:32:38 +0000 (12:32 -0000)
libc/inet/rpc/pmap_rmt.c

index badb6a4..a0aa229 100644 (file)
@@ -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)
 {