vendor/libgit2/include/git2/notes.h in rugged-0.27.10.1 vs vendor/libgit2/include/git2/notes.h in rugged-0.28.0
- old
+ new
@@ -24,10 +24,10 @@
* Receives:
* - blob_id: Oid of the blob containing the message
* - annotated_object_id: Oid of the git object being annotated
* - payload: Payload data passed to `git_note_foreach`
*/
-typedef int (*git_note_foreach_cb)(
+typedef int GIT_CALLBACK(git_note_foreach_cb)(
const git_oid *blob_id, const git_oid *annotated_object_id, void *payload);
/**
* note iterator
*/