gfio: move more code to ghelpers.c
[fio.git] / gfio.h
diff --git a/gfio.h b/gfio.h
index 3b572041107c8e5c8cec3887fcb53ab5e9db64ee..d115f7c75b7a204df68b5bc279a3be6c6e974e24 100644 (file)
--- a/gfio.h
+++ b/gfio.h
@@ -3,6 +3,8 @@
 
 #include <gtk/gtk.h>
 
+#include "ghelpers.h"
+
 struct probe_widget {
        GtkWidget *hostname;
        GtkWidget *os;
@@ -10,13 +12,6 @@ struct probe_widget {
        GtkWidget *fio_ver;
 };
 
-struct multitext_widget {
-       GtkWidget *entry;
-       char **text;
-       unsigned int cur_text;
-       unsigned int max_text;
-};
-
 struct eta_widget {
        GtkWidget *names;
        struct multitext_widget iotype;