aboutsummaryrefslogtreecommitdiff
path: root/xutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'xutil.h')
-rw-r--r--xutil.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/xutil.h b/xutil.h
index 7a089a5..b973f7d 100644
--- a/xutil.h
+++ b/xutil.h
@@ -41,4 +41,11 @@ xstrdup (const char *s);
char *
xstrndup (const char *s, size_t n);
+void
+xregcomp (regex_t *preg, const char *regex, int cflags);
+
+int
+xregexec (const regex_t *preg, const char *string,
+ size_t nmatch, regmatch_t pmatch[], int eflags);
+
#endif