diff options
| author | nulltoken <emeric.fermas@gmail.com> | 2011-07-14 15:11:31 +0200 |
|---|---|---|
| committer | nulltoken <emeric.fermas@gmail.com> | 2011-07-14 15:11:31 +0200 |
| commit | e5f365051f4c1bf6d22444600504463480b90922 (patch) | |
| tree | 071a04c396d77a8766711fe778bbb5566bddd605 /include/git2 | |
| parent | 52e50c1a80db56b91ce3d99bd546c07b7135f735 (diff) | |
| download | libgit2-e5f365051f4c1bf6d22444600504463480b90922.tar.gz | |
tag: Make git_tag_create_lightweight() accessible to bindings
Diffstat (limited to 'include/git2')
| -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, |
