summaryrefslogtreecommitdiff
path: root/send-pack.h
diff options
context:
space:
mode:
Diffstat (limited to 'send-pack.h')
-rw-r--r--send-pack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/send-pack.h b/send-pack.h
index 05d7ab1..8e84392 100644
--- a/send-pack.h
+++ b/send-pack.h
@@ -16,6 +16,6 @@ struct send_pack_args {
int send_pack(struct send_pack_args *args,
int fd[], struct child_process *conn,
- struct ref *remote_refs, struct extra_have_objects *extra_have);
+ struct ref *remote_refs, struct sha1_array *extra_have);
#endif