aboutsummaryrefslogtreecommitdiff
path: root/scripts/config/expr.h
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2005-04-19 09:55:06 +0000
committerPeter Kjellerstedt <peter.kjellerstedt@axis.com>2005-04-19 09:55:06 +0000
commitbae38db8e42b2d09b920d9430d18ee41bdcc0b17 (patch)
tree3e1ebb993c7c1979858d58dfd5a923e60a67ec5d /scripts/config/expr.h
parent2bf88a891fb9359951bab83b74296ce036a50ae0 (diff)
downloadbusybox-bae38db8e42b2d09b920d9430d18ee41bdcc0b17.tar.gz
Updated to match trunk/uClibc/extra/config as of r10132, and thus
Linux 2.6.11.
Diffstat (limited to 'scripts/config/expr.h')
-rw-r--r--scripts/config/expr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/config/expr.h b/scripts/config/expr.h
index cac51f6a8..7d39ff43e 100644
--- a/scripts/config/expr.h
+++ b/scripts/config/expr.h
@@ -174,6 +174,8 @@ void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, s
struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
void expr_fprint(struct expr *e, FILE *out);
+struct gstr; /* forward */
+void expr_gstr_print(struct expr *e, struct gstr *gs);
static inline int expr_is_yes(struct expr *e)
{