diff options
-rw-r--r-- | include/git2/tag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/tag.h b/include/git2/tag.h index 3c3266183..2b10d4525 100644 --- a/include/git2/tag.h +++ b/include/git2/tag.h @@ -231,7 +231,7 @@ GIT_EXTERN(int) git_tag_create_frombuffer( * A proper reference is written in the /refs/tags folder, * pointing to the provided target object */ -int git_tag_create_lightweight( +GIT_EXTERN(int) git_tag_create_lightweight( git_oid *oid, git_repository *repo, const char *tag_name, |