aboutsummaryrefslogtreecommitdiff
path: root/programs/src/kconfig_parser/cnfexpr.h
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-03-22 22:05:56 +0100
committerKarel Kočí <cynerd@email.cz>2015-03-22 22:05:56 +0100
commit3b4fbaa22233e764f6b94effd1b21c494061d32c (patch)
treea7da885e905077137f61f9c5898ade4cbc9da5e5 /programs/src/kconfig_parser/cnfexpr.h
parentf0ade98600d1fdcaeb4476ee80fb12b834f61f84 (diff)
downloadlinux-conf-perf-3b4fbaa22233e764f6b94effd1b21c494061d32c.tar.gz
linux-conf-perf-3b4fbaa22233e764f6b94effd1b21c494061d32c.tar.bz2
linux-conf-perf-3b4fbaa22233e764f6b94effd1b21c494061d32c.zip
kconfig_parser: Fix rev_dep and implement verbose level output
After this fix, generated dependency should be all right. Verbose output implementation is only temporally. It needs better implementation. And command line arguments should be parsed with argp.
Diffstat (limited to 'programs/src/kconfig_parser/cnfexpr.h')
-rw-r--r--programs/src/kconfig_parser/cnfexpr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/src/kconfig_parser/cnfexpr.h b/programs/src/kconfig_parser/cnfexpr.h
index ed5c2fb..0473368 100644
--- a/programs/src/kconfig_parser/cnfexpr.h
+++ b/programs/src/kconfig_parser/cnfexpr.h
@@ -18,7 +18,7 @@ struct cnfexpr {
unsigned size;
};
-struct cnfexpr *kconfig_cnfexpr(struct symlist *sl, struct expr *expr);
+struct cnfexpr *kconfig_cnfexpr(struct symlist *sl, bool nt, struct expr *expr);
void cnf_printf(struct cnfexpr *);
struct boolexp *printf_original(struct symlist *sl, struct expr *expr);