commit-graph: add missing forward declaration

Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Jonathan Tan 2018-07-11 15:42:39 -07:00 committed by Junio C Hamano
parent 14727b7fe6
commit e5c5ca2729

View File

@ -5,6 +5,8 @@
#include "repository.h"
#include "string-list.h"
struct commit;
char *get_commit_graph_filename(const char *obj_dir);
/*