diff options
Diffstat (limited to 'trex.h')
| -rw-r--r-- | trex.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ typedef struct { int len; } TRexMatch; -TREX_API TRex *trex_compile(const TRexChar *pattern,const TRexChar **error); +TREX_API TRex *trex_compile(const TRexChar *pattern,const TRexChar **error,int flags); TREX_API void trex_free(TRex *exp); TREX_API TRexBool trex_match(TRex* exp,const TRexChar* text); TREX_API TRexBool trex_search(TRex* exp,const TRexChar* text, const TRexChar** out_begin, const TRexChar** out_end); |
