blob: 7bcc7cadb0c4ac4b31935c8335d2d84f8e548114 [file] [log] [blame]
#ifndef FETCH_OBJECT_H
#define FETCH_OBJECT_H
struct object_id;
int fetch_objects(const char *remote_name, const struct object_id *oids,
int oid_nr);
#endif