kconfig/lkc_proto.h
changeset 2069 366bd2b22675
parent 39 af42eec9d383
child 2448 a103abae1560
     1.1 --- a/kconfig/lkc_proto.h	Sun Apr 15 16:45:11 2007 +0000
     1.2 +++ b/kconfig/lkc_proto.h	Thu Aug 05 17:59:51 2010 +0200
     1.3 @@ -15,11 +15,13 @@
     1.4  P(menu_get_prompt,const char *,(struct menu *menu));
     1.5  P(menu_get_root_menu,struct menu *,(struct menu *menu));
     1.6  P(menu_get_parent_menu,struct menu *,(struct menu *menu));
     1.7 +P(menu_has_help,bool,(struct menu *menu));
     1.8 +P(menu_get_help,const char *,(struct menu *menu));
     1.9  
    1.10  /* symbol.c */
    1.11  P(symbol_hash,struct symbol *,[SYMBOL_HASHSIZE]);
    1.12  
    1.13 -P(sym_lookup,struct symbol *,(const char *name, int isconst));
    1.14 +P(sym_lookup,struct symbol *,(const char *name, int flags));
    1.15  P(sym_find,struct symbol *,(const char *name));
    1.16  P(sym_re_search,struct symbol **,(const char *pattern));
    1.17  P(sym_type_name,const char *,(enum symbol_type type));