]> git.ipfire.org Git - thirdparty/git.git/blobdiff - fetch-pack.h
The sixth batch
[thirdparty/git.git] / fetch-pack.h
index 43ec344d95b40c701b2fc703b4b2b1e3ff72a2d2..85d1e39fe752ddc625ba7801faa5373db57b796c 100644 (file)
@@ -78,13 +78,12 @@ struct fetch_pack_args {
  * marked as such.
  */
 struct ref *fetch_pack(struct fetch_pack_args *args,
-                      int fd[], struct child_process *conn,
+                      int fd[],
                       const struct ref *ref,
-                      const char *dest,
                       struct ref **sought,
                       int nr_sought,
                       struct oid_array *shallow,
-                      char **pack_lockfile,
+                      struct string_list *pack_lockfiles,
                       enum protocol_version version);
 
 /*