]> git.decadent.org.uk Git - ion3.git/blobdiff - mod_query/main.h
[svn-upgrade] Integrating new upstream version, ion3 (20070506)
[ion3.git] / mod_query / main.h
index 2d57b13d037634cb1c767610f7edae1974c52691..2fd127f983082693a2cb7540e2280c7eaa3f777a 100644 (file)
@@ -1,12 +1,9 @@
 /*
  * ion/mod_query/main.h
  *
- * Copyright (c) Tuomo Valkonen 1999-2006
+ * Copyright (c) Tuomo Valkonen 1999-2007
  *
- * 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,7 @@ INTRSTRUCT(ModQueryConfig);
 DECLSTRUCT(ModQueryConfig){
     int autoshowcompl_delay;
     bool autoshowcompl;
+    bool caseicompl;
 };