kconfig/lkc_proto.h
branch1.2
changeset 731 65614732cfe7
parent 1 eeea35fbf182
child 943 1cca90ce0481
     1.1 --- a/kconfig/lkc_proto.h	Sat Feb 24 11:00:05 2007 +0000
     1.2 +++ b/kconfig/lkc_proto.h	Sat Jul 26 15:14:48 2008 +0000
     1.3 @@ -5,6 +5,8 @@
     1.4  P(conf_read_simple,int,(const char *name, int));
     1.5  P(conf_write,int,(const char *name));
     1.6  P(conf_write_autoconf,int,(void));
     1.7 +P(conf_get_changed,bool,(void));
     1.8 +P(conf_set_changed_callback, void,(void (*fn)(void)));
     1.9  
    1.10  /* menu.c */
    1.11  P(rootmenu,struct menu,);
    1.12 @@ -16,7 +18,6 @@
    1.13  
    1.14  /* symbol.c */
    1.15  P(symbol_hash,struct symbol *,[SYMBOL_HASHSIZE]);
    1.16 -P(sym_change_count,int,);
    1.17  
    1.18  P(sym_lookup,struct symbol *,(const char *name, int isconst));
    1.19  P(sym_find,struct symbol *,(const char *name));