diff options
author | Russell Belfer <rb@github.com> | 2012-11-20 17:06:54 -0800 |
---|---|---|
committer | Ben Straub <bs@github.com> | 2012-11-27 13:18:28 -0800 |
commit | d9023dbe0cb5d47e30d86149701b7be9006f7683 (patch) | |
tree | ad31e3803774596600bd114fb7aa9d71d1e17cdb /include/git2/object.h | |
parent | 9cd423583fc8ccb7402b2fb65478cc532d011abc (diff) | |
download | libgit2-d9023dbe0cb5d47e30d86149701b7be9006f7683.tar.gz |
API updates for tag.h
Diffstat (limited to 'include/git2/object.h')
-rw-r--r-- | include/git2/object.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/git2/object.h b/include/git2/object.h index 69af392a0..fcc56cb27 100644 --- a/include/git2/object.h +++ b/include/git2/object.h @@ -183,9 +183,9 @@ GIT_EXTERN(size_t) git_object__size(git_otype type); * @return 0 or an error code */ GIT_EXTERN(int) git_object_peel( - git_object **peeled, - const git_object *object, - git_otype target_type); + git_object **peeled, + const git_object *object, + git_otype target_type); /** @} */ GIT_END_DECL |