Remove parameter names in declaration.
This commit is contained in:
@@ -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((*))));
|
||||
|
||||
Reference in New Issue
Block a user