X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=config%2Flkc_proto.h;h=ecdb9659b67d245da75eb60c82d3f4c070d1d68b;hb=f0c03963adbc21063171d0e0bc70ac78f554f605;hp=ef1a7381f956d5e7d0ebb8d3ba6af2361a0c3c74;hpb=65b220ac9d14532bd798a48e17d0f7b361771b7a;p=carl9170fw.git diff --git a/config/lkc_proto.h b/config/lkc_proto.h index ef1a738..ecdb965 100644 --- a/config/lkc_proto.h +++ b/config/lkc_proto.h @@ -14,6 +14,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));