]> git.cworth.org Git - notmuch/commit
Move declarations for xutil.c from notmuch-private to new xutil.h.
authorCarl Worth <cworth@cworth.org>
Wed, 21 Oct 2009 20:57:02 +0000 (13:57 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 21 Oct 2009 20:57:02 +0000 (13:57 -0700)
commit9ec5189a56e5616792f0a8a2ee6fba4e397ae2e2
treea08dd8994121e40490428204f040903c3b92cd07
parent0e914d9e9646349976c16472be9e986ad4b3e29e
Move declarations for xutil.c from notmuch-private to new xutil.h.

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).
notmuch-private.h
xutil.h [new file with mode: 0644]