1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-11-01 23:07:55 +01:00
git/fetch-object.h

8 lines
147 B
C
Raw Normal View History

#ifndef FETCH_OBJECT_H
#define FETCH_OBJECT_H
void fetch_objects(const char *remote_name, const struct object_id *oids,
int oid_nr);
#endif