diff options
author | Ben Straub <bs@github.com> | 2012-11-27 14:06:56 -0800 |
---|---|---|
committer | Ben Straub <bs@github.com> | 2012-11-27 14:06:56 -0800 |
commit | 1d8ec670be6252ae5af6ded5edd6017434de3ab2 (patch) | |
tree | 3bb61a67043757879ee62d0a0db46f7f9fb5bed0 /src/stash.c | |
parent | ff6b5ac97d0cae2088c45b691002934e2920e872 (diff) | |
download | libgit2-1d8ec670be6252ae5af6ded5edd6017434de3ab2.tar.gz |
API updates for stash.h
Diffstat (limited to 'src/stash.c')
-rw-r--r-- | src/stash.c | 2 |
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; |