missing prototype

This commit is contained in:
okan 2013-04-08 00:56:21 +00:00
parent f18d2c94c2
commit 8c47a12a86

1
menu.c
View File

@ -74,6 +74,7 @@ static void menu_draw_entry(struct screen_ctx *, struct menu_ctx *,
struct menu_q *, int, int);
static int menu_calc_entry(struct screen_ctx *, struct menu_ctx *,
int, int);
static struct menu *menu_complete_path(struct menu_ctx *);
static int menu_keycode(XKeyEvent *, enum ctltype *,
char *);