X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=config%2Flkc_proto.h;fp=config%2Flkc_proto.h;h=ecdb9659b67d245da75eb60c82d3f4c070d1d68b;hb=1a0509856ccf28544058d42deccefeff0dbb7f95;hp=ef1a7381f956d5e7d0ebb8d3ba6af2361a0c3c74;hpb=1f52b1617d72cfa6909ebbfbdf7c264d487b28d8;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));