summaryrefslogtreecommitdiff
path: root/include/git2/reflog.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2012-07-27 18:43:02 +0200
committerVicent Marti <tanoku@gmail.com>2012-07-27 18:43:02 +0200
commitb84f75c357208ce54c5cc35921ff0b4a1abbe7d2 (patch)
tree85f013f4635f5ca9a8207348eb0e61b1391475fe /include/git2/reflog.h
parent43b67d496b87a9c6ce38a500b7f3121bf136942e (diff)
downloadlibgit2-b84f75c357208ce54c5cc35921ff0b4a1abbe7d2.tar.gz
reflog: Rename `entry_drop` to `drop`
Diffstat (limited to 'include/git2/reflog.h')
-rw-r--r--include/git2/reflog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/reflog.h b/include/git2/reflog.h
index a314f94c2..a73d1f7fd 100644
--- a/include/git2/reflog.h
+++ b/include/git2/reflog.h
@@ -109,7 +109,7 @@ GIT_EXTERN(const git_reflog_entry *) git_reflog_entry_byindex(git_reflog *reflog
*
* @return 0 on success or an error code.
*/
-GIT_EXTERN(int) git_reflog_entry_drop(
+GIT_EXTERN(int) git_reflog_drop(
git_reflog *reflog,
unsigned int idx,
int rewrite_previous_entry);