diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/refs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/refs.c b/src/refs.c index 1aaf4f60f..1882093cf 100644 --- a/src/refs.c +++ b/src/refs.c @@ -1478,7 +1478,7 @@ int git_reference_packall(git_repository *repo) int git_reference_foreach( git_repository *repo, unsigned int list_flags, - int (*callback)(const char *, void *), + git_reference_foreach_cb callback, void *payload) { int result; |