]> git.ipfire.org Git - thirdparty/git.git/blobdiff - transport.h
Fix some printf format warnings
[thirdparty/git.git] / transport.h
index 171a01c7a322fa2bbbd32bec1d18ab54dbcbc1bb..c14da6f1e53ece9fa9ac2e68b73674c54329be5f 100644 (file)
@@ -79,4 +79,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, const char *name);
+
 #endif