]> git.ipfire.org Git - thirdparty/git.git/blobdiff - credential.c
config: add ctx arg to config_fn_t
[thirdparty/git.git] / credential.c
index 8825c6f132018c8527563c4ca0f1a1ea747b92e0..d6647541634f3850ea147cebc681a5944d8e5ee9 100644 (file)
@@ -49,6 +49,7 @@ static int credential_from_potentially_partial_url(struct credential *c,
                                                   const char *url);
 
 static int credential_config_callback(const char *var, const char *value,
+                                     const struct config_context *ctx UNUSED,
                                      void *data)
 {
        struct credential *c = data;