1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-14 20:56:14 +02:00
git/fetch-object.h
Ramsay Jones 813fc4410c fetch-object.h: add missing declaration (hdr-check)
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2018-10-29 10:14:17 +09:00

10 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