aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/RESearch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/RESearch.h')
-rw-r--r--src/RESearch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/RESearch.h b/src/RESearch.h
index 62a78f48e..14a5471fd 100644
--- a/src/RESearch.h
+++ b/src/RESearch.h
@@ -31,7 +31,8 @@ public:
void Clear();
bool GrabMatches(CharacterIndexer &ci);
void ChSet(char c);
- const char *Compile(char *pat);
+ void ChSetWithCase(char c, bool caseSensitive);
+ const char *Compile(const char *pat, bool caseSensitive);
int Execute(CharacterIndexer &ci, int lp);
void ModifyWord(char *s);
int Substitute(CharacterIndexer &ci, char *src, char *dst);