summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Marti <vicent@github.com>2014-06-25 15:14:14 +0200
committerVicent Marti <vicent@github.com>2014-06-25 15:14:14 +0200
commita252b9e245514e46a237ea6b659d751104b9a475 (patch)
tree0b38e71546e06eb98c47984a31cb9ec3232d9611
parente1fc03c9baea9864dec90d0aef7aadcc2ff20576 (diff)
parent4e813a8b60de003ca4b516bf5e39d60d6335ad77 (diff)
downloadlibgit2-a252b9e245514e46a237ea6b659d751104b9a475.tar.gz
Merge pull request #2439 from ethomson/revert_export
Export git_revert_commit
-rw-r--r--include/git2/revert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/revert.h b/include/git2/revert.h
index fc1767c93..ab9dd9af9 100644
--- a/include/git2/revert.h
+++ b/include/git2/revert.h
@@ -59,7 +59,7 @@ GIT_EXTERN(int) git_revert_init_options(
* @param merge_options the merge options (or null for defaults)
* @return zero on success, -1 on failure.
*/
-int git_revert_commit(
+GIT_EXTERN(int) git_revert_commit(
git_index **out,
git_repository *repo,
git_commit *revert_commit,