]> git.decadent.org.uk Git - ion3.git/blobdiff - mod_query/query.h
Noted another exciting change.
[ion3.git] / mod_query / query.h
index 9387a17cc4a015bc597352364da207c76eb59f1a..3c67b3c0c8586cb72277d4471868514eee57e0a1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * 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
@@ -17,8 +17,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 */