]> asedeno.scripts.mit.edu Git - git.git/blobdiff - transport.h
Make the "traditionally-supported" URLs a special case
[git.git] / transport.h
index df87264637bcc6fc5954b52a9580f4d222ac3a00..b49c10f57db86796a3c336c8b715d71fa49fdf0e 100644 (file)
@@ -78,6 +78,6 @@ 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);
+int transport_helper_init(struct transport *transport, const char *name);
 
 #endif