]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sunrpc/clnt_raw.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / sunrpc / clnt_raw.c
index 4004c6b6a8e7665af12a73ae23af532e849521ad..6653ee42fbc9edbed04bc7805241ae89de485cad 100644 (file)
@@ -223,10 +223,7 @@ clntraw_geterr (CLIENT *cl, struct rpc_err *err)
 
 
 static bool_t
-clntraw_freeres (cl, xdr_res, res_ptr)
-     CLIENT *cl;
-     xdrproc_t xdr_res;
-     caddr_t res_ptr;
+clntraw_freeres (CLIENT *cl, xdrproc_t xdr_res, caddr_t res_ptr)
 {
   struct clntraw_private_s *clp = clntraw_private;
   XDR *xdrs = &clp->xdr_stream;