]> git.decadent.org.uk Git - ion3.git/blob - mod_query/main.h
[svn-upgrade] Integrating new upstream version, ion3 (20070506)
[ion3.git] / mod_query / main.h
1 /*
2  * ion/mod_query/main.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2007. 
5  *
6  * See the included file LICENSE for details.
7  */
8
9 #ifndef ION_MOD_QUERY_MAIN_H
10 #define ION_MOD_QUERY_MAIN_H
11
12 extern bool mod_query_init();
13 extern void mod_query_deinit();
14
15 INTRSTRUCT(ModQueryConfig);
16
17 DECLSTRUCT(ModQueryConfig){
18     int autoshowcompl_delay;
19     bool autoshowcompl;
20     bool caseicompl;
21 };
22
23
24 extern ModQueryConfig mod_query_config;
25
26 #endif /* ION_MOD_QUERY_MAIN_H */