X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=transport.h;h=4a61c0c3f2d9efa8daf228b20f5d57d96e72e261;hb=c0179c0d33b0fc3c8ad30246eece220e0442fb6e;hp=3b21c4abe6d8890f99fe0169792605c98644fafd;hpb=8e8c8817cd3e61d974e02f7276ded1f4cb97d8f3;p=git.git diff --git a/transport.h b/transport.h index 3b21c4abe..4a61c0c3f 100644 --- a/transport.h +++ b/transport.h @@ -175,4 +175,9 @@ void transport_print_push_status(const char *dest, struct ref *refs, typedef void alternate_ref_fn(const struct ref *, void *); extern void for_each_alternate_ref(alternate_ref_fn, void *); +struct send_pack_args; +extern int send_pack(struct send_pack_args *args, + int fd[], struct child_process *conn, + struct ref *remote_refs, + struct extra_have_objects *extra_have); #endif