From 5daf973fa5ba6fdbf2b4a65f4aed6513e337be8e Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 23 Jun 2016 09:29:58 +0200 Subject: exec flags --- cleanregex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cleanregex.h') diff --git a/cleanregex.h b/cleanregex.h index 397eab8..09132ef 100644 --- a/cleanregex.h +++ b/cleanregex.h @@ -7,6 +7,6 @@ void cleanrgx_compile( CleanString*, int64_t flags, int64_t* re_code, int64_t* re_regex); -int64_t cleanrgx_exec(int64_t* rgx, CleanString* cs); +int64_t cleanrgx_exec(int64_t* rgx, int64_t flags, CleanString* cs); void cleanrgx_free(regex_t* rgx); -- cgit v1.2.3