blob: 0361750946addb861da78c9574986d7da182700c [file] [log] [blame]
#ifndef GFIO_OPTIONS_H
#define GFIO_OPTIONS_H
#include <gtk/gtk.h>
void gopt_get_options_window(GtkWidget *window, struct gfio_client *gc);
void gopt_init(void);
void gopt_exit(void);
#endif