aboutsummaryrefslogtreecommitdiffhomepage
path: root/util/xutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/xutil.h')
-rw-r--r--util/xutil.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/xutil.h b/util/xutil.h
index fd77f733..92992564 100644
--- a/util/xutil.h
+++ b/util/xutil.h
@@ -43,7 +43,8 @@ xstrdup (const char *s);
char *
xstrndup (const char *s, size_t n);
-void
+/* Returns 0 for successful compilation, 1 otherwise */
+int
xregcomp (regex_t *preg, const char *regex, int cflags);
int