]> git.ipfire.org Git - thirdparty/git.git/blobdiff - transport.h
Add support for external programs for handling native fetches
[thirdparty/git.git] / transport.h
index 51b539778c2f63591c4f032e311372b2e9975a37..df87264637bcc6fc5954b52a9580f4d222ac3a00 100644 (file)
@@ -77,4 +77,7 @@ void transport_unlock_pack(struct transport *transport);
 int transport_disconnect(struct transport *transport);
 char *transport_anonymize_url(const char *url);
 
+/* Transport methods defined outside transport.c */
+int transport_helper_init(struct transport *transport);
+
 #endif