Use a clearer style to issue commands to remote helpers
[gitweb.git] / transport.h
index 51b539778c2f63591c4f032e311372b2e9975a37..b49c10f57db86796a3c336c8b715d71fa49fdf0e 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, const char *name);
+
 #endif