X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/5c472fc895c32a189d574b338057164e95430825..1e2486667b9f34681c5708ea12c5532c2087917b:/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));