Commit 1ebe432e by Carlos Martín Nieto

commit: properly export git_commit_nth_gen_ancestor()

parent dd4345b4
...@@ -192,7 +192,7 @@ GIT_EXTERN(const git_oid *) git_commit_parent_oid(git_commit *commit, unsigned i ...@@ -192,7 +192,7 @@ GIT_EXTERN(const git_oid *) git_commit_parent_oid(git_commit *commit, unsigned i
* @return 0 on success; GIT_ENOTFOUND if no matching ancestor exists * @return 0 on success; GIT_ENOTFOUND if no matching ancestor exists
* or an error code * or an error code
*/ */
int git_commit_nth_gen_ancestor( GIT_EXTERN(int) git_commit_nth_gen_ancestor(
git_commit **ancestor, git_commit **ancestor,
const git_commit *commit, const git_commit *commit,
unsigned int n); unsigned int n);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment