]> git.decadent.org.uk Git - ion3.git/blob - mod_statusbar/main.h
Imported Upstream version 20090110
[ion3.git] / mod_statusbar / main.h
1 /*
2  * ion/mod_statusbar/main.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2009. 
5  *
6  * See the included file LICENSE for details.
7  */
8
9 #ifndef ION_MOD_STATUSBAR_MAIN_H
10 #define ION_MOD_STATUSBAR_MAIN_H
11
12 #include <ioncore/binding.h>
13
14 extern bool mod_statusbar_init();
15 extern void mod_statusbar_deinit();
16
17 extern WBindmap *mod_statusbar_statusbar_bindmap;
18
19
20 #endif /* ION_MOD_STATUSBAR_MAIN_H */