summaryrefslogtreecommitdiff
path: root/graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'graph.h')
-rw-r--r--graph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graph.h b/graph.h
index bc30d687c0..19b0f66316 100644
--- a/graph.h
+++ b/graph.h
@@ -4,9 +4,9 @@
/* A graph is a pointer to this opaque structure */
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 rev_info *opt);