mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
2eed406550
to allow usage of many character sets at a time.
14 lines
385 B
Text
14 lines
385 B
Text
/* ========= begin header generated by ./mkh ========= */
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
/* === debug.c === */
|
|
void regprint(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);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
/* ========= end header generated by ./mkh ========= */
|