mirror of
https://github.com/git/git.git
synced 2024-10-30 22:07:53 +01:00
transport.h: remove send_pack prototype, already defined in send-pack.h
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
d2446dfd7f
commit
75f8cbab2a
1 changed files with 0 additions and 6 deletions
|
@ -193,10 +193,4 @@ 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
|
||||
|
|
Loading…
Reference in a new issue