summaryrefslogtreecommitdiff
path: root/include/git2/refspec.h
diff options
context:
space:
mode:
authorJohan 't Hart <johanthart@gmail.com>2011-07-16 01:28:13 +0200
committerJohan 't Hart <johanthart@gmail.com>2011-07-27 00:06:19 +0200
commit136e7129d775f7c452a6b3215e4eff94eb808956 (patch)
tree705edc6e99a7cb25b582491e4f68751cf8acaac7 /include/git2/refspec.h
parent05a62d1a8264e724e8353684de60b46eb6853cbb (diff)
downloadlibgit2-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.h3
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