remote: add promisor and partial clone config to the doc
[gitweb.git] / fetch-object.h
index d6444caa5ac11b586fba327b66c647e81b0c1d90..7bcc7cadb0c4ac4b31935c8335d2d84f8e548114 100644 (file)
@@ -3,7 +3,7 @@
 
 struct object_id;
 
-void fetch_objects(const char *remote_name, const struct object_id *oids,
-                  int oid_nr);
+int fetch_objects(const char *remote_name, const struct object_id *oids,
+                 int oid_nr);
 
 #endif