X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/871a6908a5277bea86977a36756910b928784ceb..a3d212948721c0be2e9e3ded1c5c7dc99b7ab4eb:/scripts/config/lkc_proto.h?ds=sidebyside diff --git a/scripts/config/lkc_proto.h b/scripts/config/lkc_proto.h index e5fd58e7d..14a3256bb 100644 --- a/scripts/config/lkc_proto.h +++ b/scripts/config/lkc_proto.h @@ -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));