Remove parameter names in declaration.

This commit is contained in:
Bart House
2018-12-13 21:23:43 -08:00
parent b71df7b144
commit 67037f18b5

View 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((*))));