4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
9 #ifndef ION_MOD_QUERY_MAIN_H
10 #define ION_MOD_QUERY_MAIN_H
12 extern bool mod_query_init();
13 extern void mod_query_deinit();
15 INTRSTRUCT(ModQueryConfig
);
17 DECLSTRUCT(ModQueryConfig
){
18 int autoshowcompl_delay
;
25 extern ModQueryConfig mod_query_config
;
27 #endif /* ION_MOD_QUERY_MAIN_H */