]> git.decadent.org.uk Git - ion3.git/blobdiff - mod_query/query.h
[svn-upgrade] Integrating new upstream version, ion3 (20070506)
[ion3.git] / mod_query / query.h
index 9387a17cc4a015bc597352364da207c76eb59f1a..bc23d2b4874f3d6f26c0ae0d759afd62d79e4df0 100644 (file)
@@ -1,12 +1,9 @@
 /*
  * ion/mod_query/query.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_QUERY_H
@@ -17,8 +14,9 @@
 #include <libextl/extl.h>
 #include "wedln.h"
 
-extern WEdln *mod_query_do_query(WMPlex *mplex, const char *prompt, 
-                                 const char *dflt, ExtlFn handler, 
-                                 ExtlFn completor, ExtlFn cycle);
+extern WEdln *mod_query_do_query(WMPlex *mplex, 
+                                 const char *prompt, const char *dflt, 
+                                 ExtlFn handler, ExtlFn completor, 
+                                 ExtlFn cycle, ExtlFn bcycle);
 
 #endif /* ION_MOD_QUERY_QUERY_H */