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>
This commit is contained in:
parent
c670b1f876
commit
813fc4410c
@ -1,6 +1,8 @@
|
|||||||
#ifndef FETCH_OBJECT_H
|
#ifndef FETCH_OBJECT_H
|
||||||
#define FETCH_OBJECT_H
|
#define FETCH_OBJECT_H
|
||||||
|
|
||||||
|
struct object_id;
|
||||||
|
|
||||||
void fetch_objects(const char *remote_name, const struct object_id *oids,
|
void fetch_objects(const char *remote_name, const struct object_id *oids,
|
||||||
int oid_nr);
|
int oid_nr);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user