summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorSven Strickroth <email@cs-ware.de>2012-10-02 17:21:07 +0200
committerSven Strickroth <email@cs-ware.de>2012-10-02 17:21:07 +0200
commit4258d4832b9525ed4e21597a9e63a6dd5aa43507 (patch)
treed7b72e1fe13cb8cc31ef818f8acaba8cc3dab2ea /src/config.h
parent8b3de0b6b8104019def3ddedcf2750539ea7409f (diff)
downloadlibgit2-4258d4832b9525ed4e21597a9e63a6dd5aa43507.tar.gz
Rename xdr to xdg
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 4e451a23f..471b42dad 100644
--- a/src/config.h
+++ b/src/config.h
@@ -24,7 +24,7 @@ struct git_config {
};
extern int git_config_find_global_r(git_buf *global_config_path);
-extern int git_config_find_xdr_r(git_buf *system_config_path);
+extern int git_config_find_xdg_r(git_buf *system_config_path);
extern int git_config_find_system_r(git_buf *system_config_path);
extern int git_config_parse_bool(int *out, const char *bool_string);