Merge branch 'jc/submodule-sync-no-auto-vivify'
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index 30be900911fc3985211e80f79dbe86b739103718..5e80113ee93c5c44a7ada5982faaad9a3fcbdc2e 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -1082,6 +1082,8 @@ extern int config_error_nonbool(const char *);
 extern const char *get_log_output_encoding(void);
 extern const char *get_commit_output_encoding(void);
 
+extern int git_config_parse_parameter(const char *, config_fn_t fn, void *data);
+
 extern const char *config_exclusive_filename;
 
 #define MAX_GITNAME (1000)