gfio: graphing updates
[fio.git] / graph.h
diff --git a/graph.h b/graph.h
index cb1e2d5473e2ce847fdea4eef9aa5b1491dd6b74..00995259b3a70bcd2041d615f5f3c5e7cf40b58a 100644 (file)
--- a/graph.h
+++ b/graph.h
@@ -85,5 +85,7 @@ 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);
+
 #endif