vendor/libgit2/src/remote.h in rugged-0.21.0 vs vendor/libgit2/src/remote.h in rugged-0.21.1b0

- old
+ new

@@ -7,10 +7,11 @@ #ifndef INCLUDE_remote_h__ #define INCLUDE_remote_h__ #include "git2/remote.h" #include "git2/transport.h" +#include "git2/sys/transport.h" #include "refspec.h" #include "vector.h" #define GIT_REMOTE_ORIGIN "origin" @@ -20,9 +21,11 @@ char *url; char *pushurl; git_vector refs; git_vector refspecs; git_vector active_refspecs; + git_transport_cb transport_cb; + void *transport_cb_payload; git_transport *transport; git_repository *repo; git_remote_callbacks callbacks; git_transfer_progress stats; unsigned int need_pack;