From bec432f0db0c13753550dcaa1dc51c1a973c4c4e Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 17 Jul 2017 18:50:04 +0200 Subject: Regex on selection --- regex.h | 1 + 1 file changed, 1 insertion(+) (limited to 'regex.h') diff --git a/regex.h b/regex.h index 752f17b..f2659df 100644 --- a/regex.h +++ b/regex.h @@ -10,6 +10,7 @@ static int compile_regex (regex_t * r, const char * regex_text); static int match_regex (const char* rS, const char * to_match, char* m2[], int nbR); +void regexXtracts(menuC* it, const char* str); void regexXtract(itemC* it, const char* str); void regexSelection(menuC* menu, const char* msg); -- cgit v1.2.3