aboutsummaryrefslogtreecommitdiff
path: root/regex.h
diff options
context:
space:
mode:
Diffstat (limited to 'regex.h')
-rw-r--r--regex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/regex.h b/regex.h
index f2659df..e295d29 100644
--- a/regex.h
+++ b/regex.h
@@ -13,6 +13,7 @@ static int match_regex (const char* rS, const char * to_match, char* m2[], int n
void regexXtracts(menuC* it, const char* str);
void regexXtract(itemC* it, const char* str);
void regexSelection(menuC* menu, const char* msg);
+void regexSearch(menuC* menu, const char* msg);
#endif