aboutsummaryrefslogtreecommitdiffstats
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
commit141e0902dce8f481ff8a8a4ad1acc61ae0fd074e (patch)
tree49f941aa07281d5318170b2ffaef3f71eb7cb96f /scripts/config/lkc_proto.h
parent114af4099afe6f60cb372f5e59480537284f75f2 (diff)
downloadmaster-187ad058-141e0902dce8f481ff8a8a4ad1acc61ae0fd074e.tar.gz
master-187ad058-141e0902dce8f481ff8a8a4ad1acc61ae0fd074e.tar.bz2
master-187ad058-141e0902dce8f481ff8a8a4ad1acc61ae0fd074e.zip
scripts/config: merge fixes for various issues, including recursive dependency detection/handling (patch by mbm)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28658 3c298f89-4303-0410-b956-a3cf2f4a3e73
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));