X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=graph.h;h=eab4e3daba9812293d4e005c3ebe28f9a97744ce;hb=eaa2a6fc84bc02c1356353f7364e976e46133e98;hp=a7748a5b229b11f0d068ecc2843c1b3a02cac07f;hpb=0dbaa5bd514b9d234c07fd6b857888566abcf836;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.