X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=config%2Flkc_proto.h;h=ecdb9659b67d245da75eb60c82d3f4c070d1d68b;hb=811f5ce823178b96ac04a770e90854ba98a8d67e;hp=1d1c08537f1e59b2cab76bd88437489fcbea393b;hpb=72c3e74a3e87ada13732f812b123bb33ff174c03;p=carl9170fw.git diff --git a/config/lkc_proto.h b/config/lkc_proto.h index 1d1c085..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)); @@ -21,9 +22,9 @@ P(menu_get_root_menu,struct menu *,(struct menu *menu)); P(menu_get_parent_menu,struct menu *,(struct menu *menu)); P(menu_has_help,bool,(struct menu *menu)); P(menu_get_help,const char *,(struct menu *menu)); -P(get_symbol_str, void, (struct gstr *r, struct symbol *sym, struct jk_head +P(get_symbol_str, void, (struct gstr *r, struct symbol *sym, struct list_head *head)); -P(get_relations_str, struct gstr, (struct symbol **sym_arr, struct jk_head +P(get_relations_str, struct gstr, (struct symbol **sym_arr, struct list_head *head)); P(menu_get_ext_help,void,(struct menu *menu, struct gstr *help));