aboutsummaryrefslogtreecommitdiff
path: root/regex.h
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-07-17 18:50:04 +0200
committerache <ache@ache.one>2017-07-17 18:50:04 +0200
commitbec432f0db0c13753550dcaa1dc51c1a973c4c4e (patch)
treeb930b106deac4d4833e59cac18194a4ffa870b1e /regex.h
parentDebug and numerical tags year and track in regex mode (diff)
Regex on selection
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 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);