aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-04-10 09:54:42 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-04-10 16:17:13 +0200
commit736c66066bd5c03a50551f9c3c2d8e846faebf50 (patch)
treeaba290a2cb96ea63956fba5605ab8543083e865c /tests
parent0b0dda7e4becaab1444cef22381a6b0e5b1bfdb0 (diff)
misc: Fix a compiler warning about the filter_fn type
Diffstat (limited to 'tests')
-rw-r--r--tests/sccp/sccp_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sccp/sccp_test.c b/tests/sccp/sccp_test.c
index 7cff5d0..6043cff 100644
--- a/tests/sccp/sccp_test.c
+++ b/tests/sccp/sccp_test.c
@@ -991,7 +991,7 @@ static const struct log_info_cat default_categories[] = {
},
};
-static int null_flt(void)
+static int null_flt(const struct log_context *ctx, struct log_target *target)
{
return 1;
}