gfio: start of options view and edit

This is pretty crap right now, but it's exposing all the options.
Now we just need them to reflect the current job, and be able to
update a remote job with a new set of options.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
diff --git a/goptions.h b/goptions.h
new file mode 100644
index 0000000..14e54f7
--- /dev/null
+++ b/goptions.h
@@ -0,0 +1,6 @@
+#ifndef GFIO_OPTIONS_H
+#define GFIO_OPTIONS_H
+
+void gopt_get_options_window(GtkWidget *window);
+
+#endif