aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/config/lkc_proto.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-25 20:06:59 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-25 20:06:59 +0000
commiteaf2344f8d7169d89d9de7ebbf0459b37a775c40 (patch)
tree7efbe8442bcaf85d1535f57925a790b66b9712d6 /scripts/config/lkc_proto.h
parentb8852bf072d417217feb3b5f89503c1f7b815f82 (diff)
downloadupstream-eaf2344f8d7169d89d9de7ebbf0459b37a775c40.tar.gz
upstream-eaf2344f8d7169d89d9de7ebbf0459b37a775c40.tar.bz2
upstream-eaf2344f8d7169d89d9de7ebbf0459b37a775c40.zip
add 'reset to defaults' to menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4080 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts/config/lkc_proto.h')
-rw-r--r--scripts/config/lkc_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/config/lkc_proto.h b/scripts/config/lkc_proto.h
index b6a389c5fc..15fafd01b0 100644
--- a/scripts/config/lkc_proto.h
+++ b/scripts/config/lkc_proto.h
@@ -2,6 +2,7 @@
/* confdata.c */
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_write,int,(const char *name));