From ecb6516436eab02c0bc704106106a3ab7468d0b8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 28 Aug 2001 09:17:24 +0000 Subject: [PATCH] (pargdef): Function must take pointer to object. --- sunrpc/rpc_hout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sunrpc/rpc_hout.c b/sunrpc/rpc_hout.c index a12810c..076d63c 100644 --- a/sunrpc/rpc_hout.c +++ b/sunrpc/rpc_hout.c @@ -190,7 +190,7 @@ pargdef (definition * def) } f_print (fout, "};\n"); f_print (fout, "typedef struct %s %s;\n", name, name); - storexdrfuncdecl (name, 0); + storexdrfuncdecl (name, 1); f_print (fout, "\n"); } } -- 2.7.4