summaryrefslogtreecommitdiff
path: root/regex/debug.ih
diff options
context:
space:
mode:
Diffstat (limited to 'regex/debug.ih')
-rw-r--r--regex/debug.ih2
1 files changed, 1 insertions, 1 deletions
diff --git a/regex/debug.ih b/regex/debug.ih
index 0d91e170437..1e1fb11177c 100644
--- a/regex/debug.ih
+++ b/regex/debug.ih
@@ -4,7 +4,7 @@ extern "C" {
#endif
/* === debug.c === */
-void regprint(regex_t *r, FILE *d);
+void regprint(my_regex_t *r, FILE *d);
static void s_print(CHARSET_INFO *charset, register struct re_guts *g, FILE *d);
static char *regchar(CHARSET_INFO *charset, int ch,char *buf);