Releasing version 3-2014010501
[notion.git] / mod_statusbar / main.h
blob5881e2a01290aa8f6f9fe1e15868a37bc979b51b
1 /*
2 * ion/mod_statusbar/main.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
7 */
9 #ifndef ION_MOD_STATUSBAR_MAIN_H
10 #define ION_MOD_STATUSBAR_MAIN_H
12 #include <ioncore/binding.h>
14 extern bool mod_statusbar_init();
15 extern void mod_statusbar_deinit();
17 extern WBindmap *mod_statusbar_statusbar_bindmap;
20 #endif /* ION_MOD_STATUSBAR_MAIN_H */