aboutsummaryrefslogtreecommitdiff
path: root/regex.h
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-01-24 08:52:54 +0100
committerache <ache@ache.one>2019-01-24 08:52:54 +0100
commite63da80cd14701d1df6423480dab4b4c7c2c8a23 (patch)
tree379c820b4ba33b55b70306797e7d1522bdff2f58 /regex.h
parentEdit instead of remplace (diff)
Search by filename
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