vendor/libgit2/src/streams/stransport.h in rugged-0.27.9 vs vendor/libgit2/src/streams/stransport.h in rugged-0.27.10
- old
+ new
@@ -9,8 +9,13 @@
#include "common.h"
#include "git2/sys/stream.h"
+#ifdef GIT_SECURE_TRANSPORT
+
extern int git_stransport_stream_new(git_stream **out, const char *host, const char *port);
+extern int git_stransport_stream_wrap(git_stream **out, git_stream *in, const char *host);
+
+#endif
#endif