#ifndef __obconf_h
#define __obconf_h

#include <gtk/gtk.h>

extern GtkWindow *obconf_win;
extern GtkWindow *obconf_about;
extern GtkTreeView *obconf_sections;
extern GtkListStore *obconf_sections_store;
extern GtkNotebook *obconf_options;

#endif