X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=transport.h;h=e803c0e7baf3785fac35fca64072e05e4f668a26;hb=44c8e6049f75b6d9427f91ba09b6104471e84300;hp=c59d97388e6fdb1dccd4dca0d41dccc3d129f8fb;hpb=3d045897585c4b1ca0dce6bb5a33331f1b48c2bf;p=git.git diff --git a/transport.h b/transport.h index c59d97388..e803c0e7b 100644 --- a/transport.h +++ b/transport.h @@ -154,6 +154,7 @@ int transport_connect(struct transport *transport, const char *name, /* Transport methods defined outside transport.c */ int transport_helper_init(struct transport *transport, const char *name); +int bidirectional_transfer_loop(int input, int output); /* common methods used by transport.c and builtin-send-pack.c */ void transport_verify_remote_names(int nr_heads, const char **heads);