X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=mod_query%2Fhistory.h;h=f27be88387bbb40c68f716ffbd81528d1e2ace56;hp=005d62e8a9f43b2dcdb568826d2ae2ffdf9500a3;hb=20070203;hpb=8366314611bf30a0f31d25bf5f5023186fa87692 diff --git a/mod_query/history.h b/mod_query/history.h index 005d62e..f27be88 100644 --- a/mod_query/history.h +++ b/mod_query/history.h @@ -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();