diff options
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); |