summaryrefslogtreecommitdiffstats
path: root/src/methods/null/null.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/methods/null/null.c')
-rw-r--r--src/methods/null/null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/methods/null/null.c b/src/methods/null/null.c
index e93f0cf..6874124 100644
--- a/src/methods/null/null.c
+++ b/src/methods/null/null.c
@@ -45,7 +45,7 @@ static size_t method_min_head_tail_space(fastd_context_t *ctx UNUSED) {
return 0;
}
-static size_t method_key_length(fastd_context_t *ctx UNUSED) {
+static size_t method_key_length(fastd_context_t *ctx UNUSED, const char *name UNUSED) {
return 0;
}