]> git.decadent.org.uk Git - ion3.git/blobdiff - mod_query/history.h
Imported Upstream version 20090110
[ion3.git] / mod_query / history.h
index 005d62e8a9f43b2dcdb568826d2ae2ffdf9500a3..227124210a6b784f40c5772a9c585e4740908d98 100644 (file)
@@ -1,12 +1,9 @@
 /*
  * ion/mod_query/history.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_HISTORY_H
@@ -19,7 +16,8 @@ extern const char *mod_query_history_get(int n);
 extern bool mod_query_history_push(const char *s);
 extern void mod_query_history_push_(char *s);
 extern void mod_query_history_clear();
-extern int mod_query_history_search(const char *s, int from, bool bwd);
+extern int mod_query_history_search(const char *s, int from, bool bwd, 
+                                    bool exact);
 extern uint mod_query_history_complete(const char *s, char ***h_ret);
 extern ExtlTab mod_query_history_table();