Browse Source

commit-graph: add missing forward declaration

Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
main
Jonathan Tan 7 years ago committed by Junio C Hamano
parent
commit
e5c5ca2729
  1. 2
      commit-graph.h

2
commit-graph.h

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
#include "repository.h"
#include "string-list.h"

struct commit;

char *get_commit_graph_filename(const char *obj_dir);

/*

Loading…
Cancel
Save