summaryrefslogtreecommitdiff
path: root/fetch-object.h
blob: 7bcc7cadb0c4ac4b31935c8335d2d84f8e548114 (plain)
1
2
3
4
5
6
7
8
9
#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