Remove parameter names in declaration.
This commit is contained in:
@@ -174,7 +174,7 @@ E boolean NDECL(status_hilite_menu);
|
|||||||
/* ### cmd.c ### */
|
/* ### cmd.c ### */
|
||||||
|
|
||||||
E char NDECL(randomkey);
|
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(doconduct);
|
||||||
E int NDECL(domonability);
|
E int NDECL(domonability);
|
||||||
E char FDECL(cmd_from_func, (int NDECL((*))));
|
E char FDECL(cmd_from_func, (int NDECL((*))));
|
||||||
|
|||||||
Reference in New Issue
Block a user