summaryrefslogtreecommitdiff
path: root/src/stash.c
diff options
context:
space:
mode:
authorBen Straub <bs@github.com>2012-11-27 14:06:56 -0800
committerBen Straub <bs@github.com>2012-11-27 14:06:56 -0800
commit1d8ec670be6252ae5af6ded5edd6017434de3ab2 (patch)
tree3bb61a67043757879ee62d0a0db46f7f9fb5bed0 /src/stash.c
parentff6b5ac97d0cae2088c45b691002934e2920e872 (diff)
downloadlibgit2-1d8ec670be6252ae5af6ded5edd6017434de3ab2.tar.gz
API updates for stash.h
Diffstat (limited to 'src/stash.c')
-rw-r--r--src/stash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stash.c b/src/stash.c
index b16637e59..107cbe3ca 100644
--- a/src/stash.c
+++ b/src/stash.c
@@ -579,7 +579,7 @@ cleanup:
int git_stash_foreach(
git_repository *repo,
- stash_cb callback,
+ git_stash_cb callback,
void *payload)
{
git_reference *stash;