gfio: add gerror.c for reporting errors
[fio.git] / gerror.h
diff --git a/gerror.h b/gerror.h
new file mode 100644 (file)
index 0000000..69b1219
--- /dev/null
+++ b/gerror.h
@@ -0,0 +1,6 @@
+#ifndef GFIO_ERROR_H
+#define GFIO_ERROR_H
+
+extern void gfio_report_error(struct gui_entry *ge, const char *format, ...);
+
+#endif