X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=transport.h;h=4a61c0c3f2d9efa8daf228b20f5d57d96e72e261;hb=3bf25c23cd68dd9e99e54bf5443aebbb4a40b7d6;hp=3b21c4abe6d8890f99fe0169792605c98644fafd;hpb=fff26a68053022a2cbc39142c7c6f6d016837058;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