]> git.notmuchmail.org Git - notmuch/blobdiff - xutil.h
notmuch.el: Add commands to add tag, remove tag, and archive (== remove inbox tag)
[notmuch] / xutil.h
diff --git a/xutil.h b/xutil.h
index 7a089a5de55cd6f4d77f1e9eef81ec285834f069..b973f7dcbf752f4cca74d69ef86bcf027cde3aaa 100644 (file)
--- a/xutil.h
+++ b/xutil.h
@@ -41,4 +41,11 @@ xstrdup (const char *s);
 char *
 xstrndup (const char *s, size_t n);
 
 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
 #endif