aboutsummaryrefslogtreecommitdiffhomepage
path: root/xutil.h
Commit message (Collapse)AuthorAge
* Add wrappers for regcomp and regexec to xutil.c.Gravatar Carl Worth2009-10-21
| | | | These will be handy for some parsing.
* Move declarations for xutil.c from notmuch-private to new xutil.h.Gravatar Carl Worth2009-10-21
The motivation here is that our top-level notmuch.c main program wants to start using these, but we don't want it to see into notmuch-private.h, (since our main program is a test vehicle for the "public" notmuch interface in notmuch.h).