From 6a1be2701196d69f20806067cee93a2d81d7229f Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 25 Jun 2006 20:06:59 +0000 Subject: add 'reset to defaults' to menuconfig git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4080 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- scripts/config/lkc_proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/config/lkc_proto.h') diff --git a/scripts/config/lkc_proto.h b/scripts/config/lkc_proto.h index b6a389c5f..15fafd01b 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)); -- cgit v1.2.3