vendor/libgit2/include/git2/notes.h in rugged-1.2.0 vs vendor/libgit2/include/git2/notes.h in rugged-1.3.0
- old
+ new
@@ -82,11 +82,11 @@
*
* @return 0 (no error), GIT_ITEROVER (iteration is done) or an error code
* (negative value)
*/
GIT_EXTERN(int) git_note_next(
- git_oid* note_id,
- git_oid* annotated_id,
+ git_oid *note_id,
+ git_oid *annotated_id,
git_note_iterator *it);
/**
* Read the note for an object