X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/6a1be2701196d69f20806067cee93a2d81d7229f..4f7c8b760c3fed2d3acac7eb2255ecbd1da97668:/scripts/config/lkc_proto.h?ds=sidebyside diff --git a/scripts/config/lkc_proto.h b/scripts/config/lkc_proto.h index 15fafd01b..14a3256bb 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 */ @@ -39,4 +39,4 @@ P(prop_get_type_name,const char *,(enum prop_type type)); /* expr.c */ P(expr_compare_type,int,(enum expr_type t1, enum expr_type t2)); -P(expr_print,void,(struct expr *e, void (*fn)(void *, const char *), void *data, int prevtoken)); +P(expr_print,void,(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int prevtoken));