X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=graph.h;h=eab4e3daba9812293d4e005c3ebe28f9a97744ce;hb=372c767610c4e4d7f4832d037ac51a62a59875a3;hp=a7748a5b229b11f0d068ecc2843c1b3a02cac07f;hpb=a24d287fb305949d9eb534bf3216c0c6a7b4392f;p=git.git diff --git a/graph.h b/graph.h index a7748a5b2..eab4e3dab 100644 --- a/graph.h +++ b/graph.h @@ -8,7 +8,7 @@ struct git_graph; * Create a new struct git_graph. * The graph should be freed with graph_release() when no longer needed. */ -struct git_graph *graph_init(); +struct git_graph *graph_init(struct rev_info *opt); /* * Destroy a struct git_graph and free associated memory.