From: Ramsay Jones Date: Sat, 27 Oct 2018 01:50:02 +0000 (+0100) Subject: fetch-object.h: add missing declaration (hdr-check) X-Git-Tag: v2.20.0-rc0~62^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=813fc4410c37b0765910a20238f72a7a74e161b7;p=thirdparty%2Fgit.git fetch-object.h: add missing declaration (hdr-check) Signed-off-by: Ramsay Jones Signed-off-by: Junio C Hamano --- diff --git a/fetch-object.h b/fetch-object.h index d2f996d4e8..d6444caa5a 100644 --- a/fetch-object.h +++ b/fetch-object.h @@ -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);