X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=transport.h;h=c14da6f1e53ece9fa9ac2e68b73674c54329be5f;hb=259d87c354954e8ee3b241dce1393c27186e8ee7;hp=171a01c7a322fa2bbbd32bec1d18ab54dbcbc1bb;hpb=42fa6df99fe1f0439244893e81efad0cc4524c3d;p=git.git diff --git a/transport.h b/transport.h index 171a01c7a..c14da6f1e 100644 --- a/transport.h +++ b/transport.h @@ -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