diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2014-01-26 16:11:18 +0100 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2014-01-27 04:44:05 +0100 |
commit | ee550477d1c22273d6d9701b444041ff101144ec (patch) | |
tree | d512e555ecfb8c9e94cc2c2bbff435f4a47b3598 /src/config.h | |
parent | b25d87c9cdef0bc09007c756d7e52f15eb4622d7 (diff) | |
download | libgit2-ee550477d1c22273d6d9701b444041ff101144ec.tar.gz |
config: use git_buf for returning paths
Again, we already did this internally, so simply remove the conversions.
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/config.h b/src/config.h index 3cd888c88..03d910616 100644 --- a/src/config.h +++ b/src/config.h @@ -24,11 +24,6 @@ struct git_config { git_vector files; }; -extern int git_config_find_global_r(git_buf *global_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__global_location(git_buf *buf); extern int git_config_rename_section( |