summaryrefslogtreecommitdiff
path: root/src/input/filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/filter.h')
-rw-r--r--src/input/filter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/filter.h b/src/input/filter.h
index 13473f2..7f4c309 100644
--- a/src/input/filter.h
+++ b/src/input/filter.h
@@ -36,7 +36,7 @@ typedef union parserutils_filter_optparams {
/* Create an input filter */
parserutils_error parserutils__filter_create(const char *int_enc,
- parserutils_alloc alloc, void *pw, parserutils_filter **filter);
+ parserutils_filter **filter);
/* Destroy an input filter */
parserutils_error parserutils__filter_destroy(parserutils_filter *input);