diff options
Diffstat (limited to 'graph.h')
-rw-r--r-- | graph.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -68,6 +68,11 @@ int graph_next_line(struct git_graph *graph, struct strbuf *sb); /* + * Return current width of the graph in on-screen characters. + */ +int graph_width(struct git_graph *graph); + +/* * graph_show_*: helper functions for printing to stdout */ |