From: Ulrich Drepper Date: Mon, 4 May 1998 11:17:59 +0000 (+0000) Subject: Carry over change from 2.1 to properly typedef resultproc_t. X-Git-Tag: cvs/sparc-980522-merge~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e588f3f00e02cd489fa4dc2f6cf36e9ddcfa411d;p=thirdparty%2Fglibc.git Carry over change from 2.1 to properly typedef resultproc_t. --- diff --git a/sunrpc/rpc/pmap_clnt.h b/sunrpc/rpc/pmap_clnt.h index f1a9d9be88c..228f1ef3384 100644 --- a/sunrpc/rpc/pmap_clnt.h +++ b/sunrpc/rpc/pmap_clnt.h @@ -41,7 +41,7 @@ __BEGIN_DECLS -typedef bool_t (*resultproc_t)(); +typedef bool_t (*resultproc_t) __P ((caddr_t resp, struct sockaddr_in *raddr)); /* * Usage: