From 3889e10610da7915544d8ad865b2f9385c6dc383 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 27 May 2017 18:38:45 +0200 Subject: New files --- regex.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 regex.h (limited to 'regex.h') diff --git a/regex.h b/regex.h new file mode 100644 index 0000000..752f17b --- /dev/null +++ b/regex.h @@ -0,0 +1,17 @@ + +#ifndef REGEX_METAG_H +#define REGEX_METAG_H + + +#include +#include "main.h" + +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 regexXtract(itemC* it, const char* str); +void regexSelection(menuC* menu, const char* msg); + +#endif + -- cgit v1.2.3