scripts/config: sync with linux upstream
[oweals/openwrt.git] / scripts / config / lkc_proto.h
index ec5498fa77873ce8988563c174ee83592da4f602..adad31309bf346fef80708c53d85b8436febc0cd 100644 (file)
@@ -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));