about summary refs log tree commit diff
path: root/menu.c
diff options
context:
space:
mode:
authorokan <okan>2013-04-08 00:56:21 +0000
committerokan <okan>2013-04-08 00:56:21 +0000
commit8c47a12a8669ffec92a6b9ca922eaec0f192b546 (patch)
treea6bdf60572ea41e004a6cc50fccdab86f4f44259 /menu.c
parentf18d2c94c2efe8d580aa9b1cd71f83bfe10474aa (diff)
downloadcwm-8c47a12a8669ffec92a6b9ca922eaec0f192b546.tar.gz
cwm-8c47a12a8669ffec92a6b9ca922eaec0f192b546.tar.xz
cwm-8c47a12a8669ffec92a6b9ca922eaec0f192b546.zip
missing prototype
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/menu.c b/menu.c
index 381da6c..28eac9f 100644
--- a/menu.c
+++ b/menu.c
@@ -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 *);