aboutsummaryrefslogtreecommitdiff
path: root/xutil.h
AgeCommit message (Collapse)Author
2009-11-09libify: Move library sources down into lib directory.Carl Worth
A "make" invocation still works from the top-level, but not from down inside the lib directory yet.
2009-10-21Add wrappers for regcomp and regexec to xutil.c.Carl Worth
These will be handy for some parsing.
2009-10-21Move declarations for xutil.c from notmuch-private to new xutil.h.Carl Worth
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).