promisor-remote: implement promisor_remote_get_direct()
[gitweb.git] / promisor-remote.h
index 01dcdf4dc72c2084bfc3cd2744405b66a64dd864..ed4ecead36f5a37ad65918c4b3fb489eaaa44e14 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef PROMISOR_REMOTE_H
 #define PROMISOR_REMOTE_H
 
+struct object_id;
+
 /*
  * Promisor remote linked list
  * Its information come from remote.XXX config entries.
@@ -12,5 +14,8 @@ struct promisor_remote {
 
 extern struct promisor_remote *promisor_remote_find(const char *remote_name);
 extern int has_promisor_remote(void);
+extern int promisor_remote_get_direct(struct repository *repo,
+                                     const struct object_id *oids,
+                                     int oid_nr);
 
 #endif /* PROMISOR_REMOTE_H */