Skip to content

Commit 813fc44

Browse files
ramsay-jonesgitster
authored andcommitted
fetch-object.h: add missing declaration (hdr-check)
Signed-off-by: Ramsay Jones <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c670b1f commit 813fc44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fetch-object.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#ifndef FETCH_OBJECT_H
22
#define FETCH_OBJECT_H
33

4+
struct object_id;
5+
46
void fetch_objects(const char *remote_name, const struct object_id *oids,
57
int oid_nr);
68

0 commit comments

Comments
 (0)