]> git.decadent.org.uk Git - ion3.git/blob - mod_mgmtmode/main.h
[svn-upgrade] Integrating new upstream version, ion3 (20070318)
[ion3.git] / mod_mgmtmode / main.h
1 /*
2  * ion/mod_mgmtmode/main.h
3  *
4  * Copyright (c) Tuomo Valkonen 2004-2007. 
5  *
6  * Ion is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Lesser General Public License as published by
8  * the Free Software Foundation; either version 2.1 of the License, or
9  * (at your option) any later version.
10  */
11
12 #ifndef ION_MOD_MGMTMODE_MAIN_H
13 #define ION_MOD_MGMTMODE_MAIN_H
14
15 #include <ioncore/binding.h>
16
17 extern bool mod_mgmtmode_init();
18 extern void mod_mgmtmode_deinit();
19
20 extern WBindmap *mod_mgmtmode_bindmap;
21
22 #endif /* ION_MOD_MGMTMODE_MAIN_H */