diff options
| author | Sven Strickroth <email@cs-ware.de> | 2012-10-02 17:21:07 +0200 |
|---|---|---|
| committer | Sven Strickroth <email@cs-ware.de> | 2012-10-02 17:21:07 +0200 |
| commit | 4258d4832b9525ed4e21597a9e63a6dd5aa43507 (patch) | |
| tree | d7b72e1fe13cb8cc31ef818f8acaba8cc3dab2ea /src/config.h | |
| parent | 8b3de0b6b8104019def3ddedcf2750539ea7409f (diff) | |
| download | libgit2-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.h | 2 |
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); |
