Server/Coke - Improved logging
[tpg/opendispense2.git] / src / common / doregex.h
1 /*
2  * OpenDispense2
3  *
4  * This code is published under the terms of the Acess licence.
5  * See the file COPYING for details.
6  *
7  * doregex.h - Regex Header
8  */
9 #ifndef _DOREGEX_H_
10 #define _DOREGEX_H_
11
12 #include <regex.h>
13 extern void     CompileRegex(regex_t *Regex, const char *Pattern, int Flags);
14 extern int      RunRegex(regex_t *regex, const char *string, int nMatches, regmatch_t *matches, const char *errorMessage);
15
16 #endif

UCC git Repository :: git.ucc.asn.au