summaryrefslogtreecommitdiffstats
path: root/scripts/config/lkc_proto.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-10-28 14:09:12 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-10-28 14:09:12 +0000
commit5e48d47dfe7134080ef13fddb506a461d109a2de (patch)
treefbb15e9f7b142cd503ce403f7385f1541ba8ee52 /scripts/config/lkc_proto.h
parentab29084cdbd0b1aca1cff4d56856bbdadb065132 (diff)
downloadmaster-31e0f0ae-5e48d47dfe7134080ef13fddb506a461d109a2de.tar.gz
master-31e0f0ae-5e48d47dfe7134080ef13fddb506a461d109a2de.tar.bz2
master-31e0f0ae-5e48d47dfe7134080ef13fddb506a461d109a2de.zip
scripts/config: merge fixes for various issues, including recursive dependency detection/handling (patch by mbm)
SVN-Revision: 28658
Diffstat (limited to 'scripts/config/lkc_proto.h')
-rw-r--r--scripts/config/lkc_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/config/lkc_proto.h b/scripts/config/lkc_proto.h
index e5fd58e7d6..14a3256bbd 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));