]> granicus.if.org Git - nethack/commitdiff
Remove parameter names in declaration.
authorBart House <bart@barthouse.com>
Fri, 14 Dec 2018 05:23:43 +0000 (21:23 -0800)
committerBart House <bart@barthouse.com>
Fri, 14 Dec 2018 05:23:43 +0000 (21:23 -0800)
include/extern.h

index a6347c17a1f886eb38b242d843ecd23fc64fefc8..34feb78e38191635e55e0e1e41079bd0466c1b95 100644 (file)
@@ -174,7 +174,7 @@ E boolean NDECL(status_hilite_menu);
 /* ### cmd.c ### */
 
 E char NDECL(randomkey);
-E void FDECL(random_response, (char * buf, int size));
+E void FDECL(random_response, (char *, int));
 E int NDECL(doconduct);
 E int NDECL(domonability);
 E char FDECL(cmd_from_func, (int NDECL((*))));