From 6d9e5d4e27a221ac0308d6df006e20966fe22959 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 16 Jul 2007 06:26:39 +0000 Subject: integrated patch by Michel Samia to provide regex support for the filter engine - many thanks! --- stringbuf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stringbuf.h') diff --git a/stringbuf.h b/stringbuf.h index de66051c..65dfe63f 100755 --- a/stringbuf.h +++ b/stringbuf.h @@ -121,6 +121,7 @@ int rsCStrLocateSzStr(rsCStrObj *pCStr, unsigned char *sz); int rsCStrLocateInSzStr(rsCStrObj *pThis, unsigned char *sz); int rsCStrStartsWithSzStr(rsCStrObj *pCS1, unsigned char *psz, int iLenSz); int rsCStrSzStrStartsWithCStr(rsCStrObj *pCS1, unsigned char *psz, int iLenSz); +int rsCStrSzStrMatchRegex(rsCStrObj *pCS1, unsigned char *psz, int iLenSz); /* now come inline-like functions */ #ifdef NDEBUG -- cgit