summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2006-03-21 18:23:06 +0000
committerJohn Millaway <john43@users.sourceforge.net>2006-03-21 18:23:06 +0000
commit6f9c1218cbcd2ea3eb441ccc312780108db937b8 (patch)
tree0ba0af979f9b5667469667b681ca955e6da3ec18 /flexdef.h
parent81351ccb95e44db2c7d161c172b8f6e280ae457a (diff)
Moved set_input_file to different file.
Diffstat (limited to 'flexdef.h')
-rw-r--r--flexdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/flexdef.h b/flexdef.h
index 8e99bb8..322b554 100644
--- a/flexdef.h
+++ b/flexdef.h
@@ -1160,7 +1160,7 @@ extern struct filter *filter_create_ext PROTO((struct filter * chain, const char
struct filter *filter_create_int PROTO((struct filter *chain,
int (*filter_func) (struct filter *),
void *extra));
-extern bool filter_apply_chain PROTO((struct filter * chain));
+extern bool filter_apply_chain PROTO((struct filter * chain, const bool parent_to_child));
extern int filter_truncate (struct filter * chain, int max_len);
extern int filter_tee_header PROTO((struct filter *chain));
extern int filter_fix_linedirs PROTO((struct filter *chain));