Merge branch 'master' of https://github.com/celestinechen/fio
[fio.git] / goptions.h
CommitLineData
9af4a244
JA
1#ifndef GFIO_OPTIONS_H
2#define GFIO_OPTIONS_H
3
13229219
DP
4#include <gtk/gtk.h>
5
cf3d8241 6void gopt_get_options_window(GtkWidget *window, struct gfio_client *gc);
753e9e64
JA
7void gopt_init(void);
8void gopt_exit(void);
9af4a244
JA
9
10#endif