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