client: switch to per-client buffer
[fio.git] / goptions.h
index 14e54f7835d9e793923c2f4c77b43fb445974f50..a225a8d1b65a3e4faf222960f398d01cb34526e7 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef GFIO_OPTIONS_H
 #define GFIO_OPTIONS_H
 
-void gopt_get_options_window(GtkWidget *window);
+void gopt_get_options_window(GtkWidget *window, struct gfio_client *gc);
+void gopt_init(void);
+void gopt_exit(void);
 
 #endif