client: parse env variables before sending job-file contents to server
[fio.git] / goptions.h
CommitLineData
9af4a244
JA
1#ifndef GFIO_OPTIONS_H
2#define GFIO_OPTIONS_H
3
cf3d8241 4void gopt_get_options_window(GtkWidget *window, struct gfio_client *gc);
753e9e64
JA
5void gopt_init(void);
6void gopt_exit(void);
9af4a244
JA
7
8#endif