summaryrefslogtreecommitdiff
path: root/include/menu.h
diff options
context:
space:
mode:
authorHeiko Schocher <[email protected]>2012-01-16 21:13:20 +0000
committerAlbert ARIBAUD <[email protected]>2012-02-12 10:11:24 +0100
commite0611dd97bb38ba341b3479974eb2a3271de380e (patch)
tree3c2de4b1d9ea4b61d753284b6a2121651fa89352 /include/menu.h
parent9c3483113de1204118a1b252bf4c81b899dd12b4 (diff)
common, menu: add statusline support
add the possibility to show a statusline when printing a menu Signed-off-by: Heiko Schocher <[email protected]> Cc: Jason Hobbs <[email protected]> Cc: Mike Frysinger <[email protected]> Acked-by: Mike Frysinger <[email protected]>
Diffstat (limited to 'include/menu.h')
-rw-r--r--include/menu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/menu.h b/include/menu.h
index cf14a9cca35..b806a02b5dd 100644
--- a/include/menu.h
+++ b/include/menu.h
@@ -26,5 +26,6 @@ int menu_default_set(struct menu *m, char *item_key);
int menu_get_choice(struct menu *m, void **choice);
int menu_item_add(struct menu *m, char *item_key, void *item_data);
int menu_destroy(struct menu *m);
+void menu_display_statusline(struct menu *m);
#endif /* __MENU_H__ */