diff options
author | Ben Straub <bs@github.com> | 2012-11-20 16:02:25 -0800 |
---|---|---|
committer | Ben Straub <bs@github.com> | 2012-11-27 13:18:28 -0800 |
commit | 54b2a37ac7715c74e5b06b76eb2b631987d7b6f8 (patch) | |
tree | e2f7441735a506de16b411a3c181a76f264c2bab /src/config.h | |
parent | eecc80502975df5ef3aa9027d1b8b929cd6181bd (diff) | |
download | libgit2-54b2a37ac7715c74e5b06b76eb2b631987d7b6f8.tar.gz |
Clean up config.h
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 c7595ee79..ac8da6ff2 100644 --- a/src/config.h +++ b/src/config.h @@ -43,6 +43,6 @@ extern int git_config_rename_section( * @param out the new backend * @param path where the config file is located */ -extern int git_config_file__ondisk(struct git_config_file **out, const char *path); +extern int git_config_file__ondisk(struct git_config_backend **out, const char *path); #endif |