aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/config/lkc_proto.h
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2007-10-14 02:15:37 +0000
committerJohn Crispin <blogic@openwrt.org>2007-10-14 02:15:37 +0000
commit9622d803448fcb9c1726aebf8e6b68d65f8b290e (patch)
treed1982e066f01589d8db50780ea77e6fbfab5bc5c /scripts/config/lkc_proto.h
parent5042f33084bc6f96fcf60ae228886534f0b4a34f (diff)
downloadupstream-9622d803448fcb9c1726aebf8e6b68d65f8b290e.tar.gz
upstream-9622d803448fcb9c1726aebf8e6b68d65f8b290e.tar.bz2
upstream-9622d803448fcb9c1726aebf8e6b68d65f8b290e.zip
add possibility to set default .config values
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9300 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts/config/lkc_proto.h')
-rw-r--r--scripts/config/lkc_proto.h2
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 */