summaryrefslogtreecommitdiff
path: root/commit-graph.h
diff options
context:
space:
mode:
authorJonathan Tan <jonathantanmy@google.com>2018-07-11 22:42:39 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-07-17 22:47:48 (GMT)
commite5c5ca27292d302b7ccf7e44c43d8b9474513867 (patch)
tree2f7db9f326875300931aada153fe23537fa733cd /commit-graph.h
parent14727b7fe6e8347f49689aba493b91bd6aecfc8d (diff)
downloadgit-e5c5ca27292d302b7ccf7e44c43d8b9474513867.zip
git-e5c5ca27292d302b7ccf7e44c43d8b9474513867.tar.gz
git-e5c5ca27292d302b7ccf7e44c43d8b9474513867.tar.bz2
commit-graph: add missing forward declaration
Signed-off-by: Jonathan Tan <jonathantanmy@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-graph.h')
-rw-r--r--commit-graph.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/commit-graph.h b/commit-graph.h
index 506cb45..674052b 100644
--- a/commit-graph.h
+++ b/commit-graph.h
@@ -5,6 +5,8 @@
#include "repository.h"
#include "string-list.h"
+struct commit;
+
char *get_commit_graph_filename(const char *obj_dir);
/*