mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
844d964f2d
Prefix regex functions/types with "my_" as our library is not compatible with normal regex lib. my_regex.h: Rename: regex/regex.h -> regex/my_regex.h
12 lines
270 B
Text
12 lines
270 B
Text
/* ========= begin header generated by ./mkh ========= */
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
/* === regerror.c === */
|
|
static char *regatoi(const my_regex_t *preg, char *localbuf);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
/* ========= end header generated by ./mkh ========= */
|