diff -r af42eec9d383 -r b3b1369752ba kconfig/lkc_proto.h --- a/kconfig/lkc_proto.h Sun Apr 15 16:45:11 2007 +0000 +++ b/kconfig/lkc_proto.h Mon May 25 17:22:54 2009 +0000 @@ -15,11 +15,13 @@ P(menu_get_prompt,const char *,(struct menu *menu)); 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)); /* symbol.c */ P(symbol_hash,struct symbol *,[SYMBOL_HASHSIZE]); -P(sym_lookup,struct symbol *,(const char *name, int isconst)); +P(sym_lookup,struct symbol *,(const char *name, int flags)); P(sym_find,struct symbol *,(const char *name)); P(sym_re_search,struct symbol **,(const char *pattern)); P(sym_type_name,const char *,(enum symbol_type type));