diff options
Diffstat (limited to 'tools/obconf/obconf.h')
| -rw-r--r-- | tools/obconf/obconf.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/obconf/obconf.h b/tools/obconf/obconf.h new file mode 100644 index 00000000..5d7a2e67 --- /dev/null +++ b/tools/obconf/obconf.h @@ -0,0 +1,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 |
