Skip to content

Commit e5c5ca2

Browse files
jonathantanmygitster
authored andcommitted
commit-graph: add missing forward declaration
Signed-off-by: Jonathan Tan <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 14727b7 commit e5c5ca2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

commit-graph.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#include "repository.h"
66
#include "string-list.h"
77

8+
struct commit;
9+
810
char *get_commit_graph_filename(const char *obj_dir);
911

1012
/*

0 commit comments

Comments
 (0)