From e588f3f00e02cd489fa4dc2f6cf36e9ddcfa411d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 4 May 1998 11:17:59 +0000 Subject: [PATCH] Carry over change from 2.1 to properly typedef resultproc_t. --- sunrpc/rpc/pmap_clnt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.2