]> git.ipfire.org Git - thirdparty/git.git/blobdiff - config.h
config: rename global config function
[thirdparty/git.git] / config.h
index 14f881ecfaf6b264b6d120205ab509f2ee5930f2..e5e523553ccfea20790df73ab4a93df7ad390eb1 100644 (file)
--- a/config.h
+++ b/config.h
@@ -382,7 +382,7 @@ int config_error_nonbool(const char *);
 #endif
 
 char *git_system_config(void);
-void git_global_config(char **user, char **xdg);
+void git_global_config_paths(char **user, char **xdg);
 
 int git_config_parse_parameter(const char *, config_fn_t fn, void *data);