tag: Make git_tag_create_lightweight() accessible to bindings

This commit is contained in:
nulltoken 2011-07-14 15:11:31 +02:00
parent 52e50c1a80
commit e5f365051f

View File

@ -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,