From e63da80cd14701d1df6423480dab4b4c7c2c8a23 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 24 Jan 2019 08:52:54 +0100 Subject: Search by filename --- regex.h | 1 + 1 file changed, 1 insertion(+) (limited to 'regex.h') 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 -- cgit v1.2.3