mirror of
https://github.com/git/git
synced 2024-10-28 19:25:47 +00:00
813fc4410c
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
9 lines
166 B
C
9 lines
166 B
C
#ifndef FETCH_OBJECT_H
|
|
#define FETCH_OBJECT_H
|
|
|
|
struct object_id;
|
|
|
|
void fetch_objects(const char *remote_name, const struct object_id *oids,
|
|
int oid_nr);
|
|
|
|
#endif
|