summaryrefslogtreecommitdiff
path: root/regex/regerror.ih
diff options
context:
space:
mode:
authorkent@mysql.com <>2005-09-29 02:08:24 +0200
committerkent@mysql.com <>2005-09-29 02:08:24 +0200
commit844d964f2d23e82697c0f3aed59dbf043f6e4128 (patch)
tree0554bc5de920ea134de4402fe122a1df5624513c /regex/regerror.ih
parent7e6a78a1aea10b27d549c9b3210266c5e73a0cc9 (diff)
downloadmariadb-git-844d964f2d23e82697c0f3aed59dbf043f6e4128.tar.gz
Many files:
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
Diffstat (limited to 'regex/regerror.ih')
-rw-r--r--regex/regerror.ih2
1 files changed, 1 insertions, 1 deletions
diff --git a/regex/regerror.ih b/regex/regerror.ih
index 2cb668c24f0..a4d048022f8 100644
--- a/regex/regerror.ih
+++ b/regex/regerror.ih
@@ -4,7 +4,7 @@ extern "C" {
#endif
/* === regerror.c === */
-static char *regatoi(const regex_t *preg, char *localbuf);
+static char *regatoi(const my_regex_t *preg, char *localbuf);
#ifdef __cplusplus
}