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:
Ramsay Jones 2018-10-27 02:50:02 +01:00 committed by Junio C Hamano
parent c670b1f876
commit 813fc4410c
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#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);