aboutsummaryrefslogtreecommitdiffhomepage
path: root/xutil.h
Commit message (Collapse)AuthorAge
* libify: Move library sources down into lib directory.Gravatar Carl Worth2009-11-09
| | | | | A "make" invocation still works from the top-level, but not from down inside the lib directory yet.
* 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).