diff options
author | Russell Belfer <rb@github.com> | 2012-10-23 09:53:15 -0700 |
---|---|---|
committer | Russell Belfer <rb@github.com> | 2012-10-23 09:53:15 -0700 |
commit | 5b67d145d8f465ed0c7ed9c07d331aae29c2713b (patch) | |
tree | 17de8c31afbdb3398a391e1fcede5010394dec85 /src/config.h | |
parent | 8a89aa1f57fc0b352800bc77e228554fe95caddd (diff) | |
parent | a1abe66aca3625eec1cabb2e93cf8df0be1b63f0 (diff) | |
download | libgit2-5b67d145d8f465ed0c7ed9c07d331aae29c2713b.tar.gz |
Merge pull request #923 from yorah/topic/config-store
Add git_config_level support when handling config files
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 471b42dad..16b8413b7 100644 --- a/src/config.h +++ b/src/config.h @@ -27,9 +27,4 @@ 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_parse_bool(int *out, const char *bool_string); - -extern int git_config_lookup_map_value( - git_cvar_map *maps, size_t map_n, const char *value, int *out); - #endif |