]> git.ipfire.org Git - thirdparty/git.git/blobdiff - notes.c
config: add ctx arg to config_fn_t
[thirdparty/git.git] / notes.c
diff --git a/notes.c b/notes.c
index f51a2d3630e4336b0f8fd264e5f637e2f2a105c1..e68645a4b890d5abb8bfdf77600802b6a7baa7a9 100644 (file)
--- a/notes.c
+++ b/notes.c
@@ -974,7 +974,9 @@ void string_list_add_refs_from_colon_sep(struct string_list *list,
        free(globs_copy);
 }
 
-static int notes_display_config(const char *k, const char *v, void *cb)
+static int notes_display_config(const char *k, const char *v,
+                               const struct config_context *ctx UNUSED,
+                               void *cb)
 {
        int *load_refs = cb;