aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/config/lkc_proto.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-01-08 14:33:53 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-01-08 14:33:53 +0000
commit648b9ba08bd610b866b18a39de7a4572c2196cf3 (patch)
treeae40ed05ad376533dd6005724b9d3925e46a77d1 /scripts/config/lkc_proto.h
parent074a033f4e45691e7b220eab76778aba5bc9b9f6 (diff)
downloadupstream-648b9ba08bd610b866b18a39de7a4572c2196cf3.tar.gz
upstream-648b9ba08bd610b866b18a39de7a4572c2196cf3.tar.bz2
upstream-648b9ba08bd610b866b18a39de7a4572c2196cf3.zip
scripts/config: sync with linux upstream
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43873 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts/config/lkc_proto.h')
-rw-r--r--scripts/config/lkc_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/config/lkc_proto.h b/scripts/config/lkc_proto.h
index ec5498fa77..adad31309b 100644
--- a/scripts/config/lkc_proto.h
+++ b/scripts/config/lkc_proto.h
@@ -15,6 +15,7 @@ P(conf_set_message_callback, void,(void (*fn)(const char *fmt, va_list ap)));
/* menu.c */
P(rootmenu,struct menu,);
+P(menu_is_empty, bool, (struct menu *menu));
P(menu_is_visible, bool, (struct menu *menu));
P(menu_has_prompt, bool, (struct menu *menu));
P(menu_get_prompt,const char *,(struct menu *menu));