add possibility to set default .config values
[openwrt-10.03/.git] / scripts / config / lkc_proto.h
index 15fafd01b0818fe259b820e18a8a831046fd4a54..e5fd58e7d6deb8b3a4be1ae7131b4e7f0cdb4416 100644 (file)
@@ -3,7 +3,7 @@
 P(conf_parse,void,(const char *name));
 P(conf_read,int,(const char *name));
 P(conf_reset,void,(void));
-P(conf_read_simple,int,(const char *name));
+P(conf_read_simple,int,(const char *name, int load_config));
 P(conf_write,int,(const char *name));
 
 /* menu.c */