diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-28 14:09:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-28 14:09:12 +0000 |
commit | 141e0902dce8f481ff8a8a4ad1acc61ae0fd074e (patch) | |
tree | 49f941aa07281d5318170b2ffaef3f71eb7cb96f /scripts/config/lkc_proto.h | |
parent | 114af4099afe6f60cb372f5e59480537284f75f2 (diff) | |
download | upstream-141e0902dce8f481ff8a8a4ad1acc61ae0fd074e.tar.gz upstream-141e0902dce8f481ff8a8a4ad1acc61ae0fd074e.tar.bz2 upstream-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.h | 2 |
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)); |