4 #include "string-list.h"
6 struct fetch_pack_args
{
7 const char *uploadpack
;
22 struct ref
*fetch_pack(struct fetch_pack_args
*args
,
23 int fd
[], struct child_process
*conn
,
24 const struct ref
*ref
,
26 struct string_list
*sought
,
27 char **pack_lockfile
);