Explicitly state that menu_item functions like clean_cmd don't take
any arguments by using void instead of an empty parameter list.
Found using gcc -Wstrict-prototypes.
Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
char hotkey;
const char *title;
int selected;
char hotkey;
const char *title;
int selected;
};
enum menu_stuff_type {
};
enum menu_stuff_type {