gfio: Add "print" option for results page.
[fio.git] / printing.h
diff --git a/printing.h b/printing.h
new file mode 100644 (file)
index 0000000..0079919
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef PRINTING_H
+#define PRINTING_H
+
+void gfio_print_results(struct gui_entry *ge);
+
+#endif