X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Fexpr.h;h=8dbf2a4cdae1a5261d5d653557ed471f93d6c3e2;hp=c16e82e302a2de32d0101cb4fb535894f1fc0ec2;hb=1b9db75182e45199d6d2bbc3bf9eeb5014a12947;hpb=3cde45725aaae3bce41e38cb1adbf692e46620ed diff --git a/config/expr.h b/config/expr.h index c16e82e..8dbf2a4 100644 --- a/config/expr.h +++ b/config/expr.h @@ -310,7 +310,8 @@ struct expr *expr_simplify_unmet_dep(struct expr *e1, struct expr *e2); void expr_fprint(struct expr *e, FILE *out); struct gstr; /* forward */ void expr_gstr_print(struct expr *e, struct gstr *gs); -void expr_gstr_print_revdep(struct expr *e, struct gstr *gs); +void expr_gstr_print_revdep(struct expr *e, struct gstr *gs, + tristate pr_type, const char *title); static inline int expr_is_yes(struct expr *e) {