]> git.decadent.org.uk Git - ion3.git/blobdiff - mod_query/history.h
[svn-upgrade] Integrating new upstream version, ion3 (20070203)
[ion3.git] / mod_query / history.h
index 005d62e8a9f43b2dcdb568826d2ae2ffdf9500a3..f27be88387bbb40c68f716ffbd81528d1e2ace56 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ion/mod_query/history.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
@@ -19,7 +19,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();