shallow.c: the 8 steps to select new commits for .git/shallow
[gitweb.git] / transport.h
index 8f96bed775e720043658169b46f70e192cf76b41..b3679bbdc787dcabca09fc801834c3d7f13fc34f 100644 (file)
@@ -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