diff options
Diffstat (limited to 'include/xregex.h')
-rw-r--r-- | include/xregex.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xregex.h b/include/xregex.h index 4185818a8..23cf19c02 100644 --- a/include/xregex.h +++ b/include/xregex.h | |||
@@ -12,6 +12,7 @@ | |||
12 | #define __BB_REGEX__ | 12 | #define __BB_REGEX__ |
13 | 13 | ||
14 | #include <regex.h> | 14 | #include <regex.h> |
15 | extern void xregcomp(regex_t *preg, const char *regex, int cflags); | 15 | char* regcomp_or_errmsg(regex_t *preg, const char *regex, int cflags); |
16 | void xregcomp(regex_t *preg, const char *regex, int cflags); | ||
16 | 17 | ||
17 | #endif | 18 | #endif |