diff options
author | Camil Staps | 2016-06-23 09:29:58 +0200 |
---|---|---|
committer | Camil Staps | 2016-06-23 09:41:16 +0200 |
commit | 5daf973fa5ba6fdbf2b4a65f4aed6513e337be8e (patch) | |
tree | 67c8ff9506da2ff689d654ec18805fddfcacffa7 /cleanregex.h | |
parent | Switch to posix; minimal working version (diff) |
Diffstat (limited to 'cleanregex.h')
-rw-r--r-- | cleanregex.h | 2 |
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); |