gfio: hide graph if all values are zero
[fio.git] / graph.h
diff --git a/graph.h b/graph.h
index cb1e2d5473e2ce847fdea4eef9aa5b1491dd6b74..2315045b8b0d931edabfde83b36020a8dc506dbe 100644 (file)
--- a/graph.h
+++ b/graph.h
@@ -85,5 +85,8 @@ extern int graph_has_tooltips(struct graph *g);
 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