aboutsummaryrefslogtreecommitdiff
path: root/cleanregex.h
diff options
context:
space:
mode:
authorCamil Staps2016-06-23 09:29:58 +0200
committerCamil Staps2016-06-23 09:41:16 +0200
commit5daf973fa5ba6fdbf2b4a65f4aed6513e337be8e (patch)
tree67c8ff9506da2ff689d654ec18805fddfcacffa7 /cleanregex.h
parentSwitch to posix; minimal working version (diff)
exec flagsHEADmaster
Diffstat (limited to 'cleanregex.h')
-rw-r--r--cleanregex.h2
1 files changed, 1 insertions, 1 deletions
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);