X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=mod_query%2Fmain.h;h=2c19f41b916135db29fa532a4630c2e5294ed943;hb=e3aec18706513a87eaa7839dfdaf7e0fcd0d8d2a;hp=2d57b13d037634cb1c767610f7edae1974c52691;hpb=8366314611bf30a0f31d25bf5f5023186fa87692;p=ion3.git diff --git a/mod_query/main.h b/mod_query/main.h index 2d57b13..2c19f41 100644 --- a/mod_query/main.h +++ b/mod_query/main.h @@ -1,12 +1,9 @@ /* * ion/mod_query/main.h * - * Copyright (c) Tuomo Valkonen 1999-2006. + * Copyright (c) Tuomo Valkonen 1999-2009. * - * Ion is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1 of the License, or - * (at your option) any later version. + * See the included file LICENSE for details. */ #ifndef ION_MOD_QUERY_MAIN_H @@ -20,6 +17,8 @@ INTRSTRUCT(ModQueryConfig); DECLSTRUCT(ModQueryConfig){ int autoshowcompl_delay; bool autoshowcompl; + bool caseicompl; + bool substrcompl; };