diff options
author | John Crispin <john@openwrt.org> | 2007-10-14 02:15:37 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-10-14 02:15:37 +0000 |
commit | 1a3c4d109008e36e8d158670cf461f131d13f75e (patch) | |
tree | 5ee2d061ce0c569c159d99300db5d821b264b0bc /scripts/config/lkc_proto.h | |
parent | 3568f0c247fda145643fd6395fab6d440ab1e83c (diff) | |
download | upstream-1a3c4d109008e36e8d158670cf461f131d13f75e.tar.gz upstream-1a3c4d109008e36e8d158670cf461f131d13f75e.tar.bz2 upstream-1a3c4d109008e36e8d158670cf461f131d13f75e.zip |
add possibility to set default .config values
SVN-Revision: 9300
Diffstat (limited to 'scripts/config/lkc_proto.h')
-rw-r--r-- | scripts/config/lkc_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/config/lkc_proto.h b/scripts/config/lkc_proto.h index 15fafd01b0..e5fd58e7d6 100644 --- a/scripts/config/lkc_proto.h +++ b/scripts/config/lkc_proto.h @@ -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 */ |