]> git.decadent.org.uk Git - ion3.git/blob - mod_query/main.h
0a3f34feb728ebcf14ce62dc83440fc025cd3ef7
[ion3.git] / mod_query / main.h
1 /*
2  * ion/mod_query/main.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-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_QUERY_MAIN_H
13 #define ION_MOD_QUERY_MAIN_H
14
15 extern bool mod_query_init();
16 extern void mod_query_deinit();
17
18 INTRSTRUCT(ModQueryConfig);
19
20 DECLSTRUCT(ModQueryConfig){
21     int autoshowcompl_delay;
22     bool autoshowcompl;
23     bool caseicompl;
24 };
25
26
27 extern ModQueryConfig mod_query_config;
28
29 #endif /* ION_MOD_QUERY_MAIN_H */