summaryrefslogtreecommitdiff
path: root/tools/obconf/obconf.h
blob: 5d7a2e67c5a613c8288bcf1207c2a47ae45c45a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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