vendor/libgit2/include/git2/stash.h in rugged-1.2.0 vs vendor/libgit2/include/git2/stash.h in rugged-1.3.0

- old
+ new

@@ -198,10 +198,10 @@ * @param payload Extra parameter to callback function. * @return 0 to continue iterating or non-zero to stop. */ typedef int GIT_CALLBACK(git_stash_cb)( size_t index, - const char* message, + const char *message, const git_oid *stash_id, void *payload); /** * Loop over all the stashed states and issue a callback for each one.