Merge branch 'io_uring/fix-negative-cqe-status' of https://github.com/minwooim/fio
[fio.git] / goptions.h
... / ...
CommitLineData
1#ifndef GFIO_OPTIONS_H
2#define GFIO_OPTIONS_H
3
4#include <gtk/gtk.h>
5
6void gopt_get_options_window(GtkWidget *window, struct gfio_client *gc);
7void gopt_init(void);
8void gopt_exit(void);
9
10#endif