diff options
Diffstat (limited to 'include/git2/config.h')
| -rw-r--r-- | include/git2/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/config.h b/include/git2/config.h index e417cb379..b427b8598 100644 --- a/include/git2/config.h +++ b/include/git2/config.h @@ -274,7 +274,7 @@ GIT_EXTERN(void) git_config_free(git_config *cfg); * @param name the variable's name * @return 0 or an error code */ -GIT_EXTERN(int) git_config_get_config_entry(const git_config_entry **out, git_config *cfg, const char *name); +GIT_EXTERN(int) git_config_get_entry(const git_config_entry **out, git_config *cfg, const char *name); /** * Get the value of an integer config variable. |
