diff options
author | Johan 't Hart <johanthart@gmail.com> | 2011-07-16 01:28:13 +0200 |
---|---|---|
committer | Johan 't Hart <johanthart@gmail.com> | 2011-07-27 00:06:19 +0200 |
commit | 136e7129d775f7c452a6b3215e4eff94eb808956 (patch) | |
tree | 705edc6e99a7cb25b582491e4f68751cf8acaac7 /include/git2/refspec.h | |
parent | 05a62d1a8264e724e8353684de60b46eb6853cbb (diff) | |
download | libgit2-136e7129d775f7c452a6b3215e4eff94eb808956.tar.gz |
On some header files, GIT_END_DECL was absent while GIT_BEGIN_DECL wasn't.
Diffstat (limited to 'include/git2/refspec.h')
-rw-r--r-- | include/git2/refspec.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/git2/refspec.h b/include/git2/refspec.h index b5361edb..dd0dc587 100644 --- a/include/git2/refspec.h +++ b/include/git2/refspec.h @@ -72,4 +72,7 @@ int git_refspec_src_match(const git_refspec *refspec, const char *refname); * @preturn GIT_SUCCESS, GIT_ESHORTBUFFER or another error */ int git_refspec_transform(char *out, size_t outlen, const git_refspec *spec, const char *name); + +GIT_END_DECL + #endif |