(pargdef): Function must take pointer to object.
authorUlrich Drepper <drepper@redhat.com>
Tue, 28 Aug 2001 09:17:24 +0000 (09:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 28 Aug 2001 09:17:24 +0000 (09:17 +0000)
sunrpc/rpc_hout.c

index a12810c..076d63c 100644 (file)
@@ -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");
        }
     }