diff options
Diffstat (limited to 'sunrpc/rpc_hout.c')
-rw-r--r-- | sunrpc/rpc_hout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/rpc_hout.c b/sunrpc/rpc_hout.c index 39bfae8324..a12810cbb4 100644 --- a/sunrpc/rpc_hout.c +++ b/sunrpc/rpc_hout.c @@ -58,7 +58,7 @@ static int undefined2 (const char *type, const char *stop); /* store away enough information to allow the XDR functions to be spat out at the end of the file */ -void +static void storexdrfuncdecl (const char *name, int pointerp) { xdrfunc * xdrptr; |