gfio: hide graph if all values are zero
[fio.git] / graph.h
diff --git a/graph.h b/graph.h
index 00995259b3a70bcd2041d615f5f3c5e7cf40b58a..2315045b8b0d931edabfde83b36020a8dc506dbe 100644 (file)
--- a/graph.h
+++ b/graph.h
@@ -86,6 +86,7 @@ extern const char *graph_find_tooltip(struct graph *g, int x, int y);
 extern int graph_contains_xy(struct graph *p, int x, int y);
 
 extern void graph_set_base_offset(struct graph *g, unsigned int base_offset);
+extern void graph_set_graph_all_zeroes(struct graph *g, unsigned int set);
 
 #endif