diff options
| author | Vicent Marti <tanoku@gmail.com> | 2012-07-27 18:43:02 +0200 |
|---|---|---|
| committer | Vicent Marti <tanoku@gmail.com> | 2012-07-27 18:43:02 +0200 |
| commit | b84f75c357208ce54c5cc35921ff0b4a1abbe7d2 (patch) | |
| tree | 85f013f4635f5ca9a8207348eb0e61b1391475fe /include/git2/reflog.h | |
| parent | 43b67d496b87a9c6ce38a500b7f3121bf136942e (diff) | |
| download | libgit2-b84f75c357208ce54c5cc35921ff0b4a1abbe7d2.tar.gz | |
reflog: Rename `entry_drop` to `drop`
Diffstat (limited to 'include/git2/reflog.h')
| -rw-r--r-- | include/git2/reflog.h | 2 |
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); |
