X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-private.h;h=c60c4d89d0c297a6bdb56442566628f4590f1c25;hp=2bf6beb456615074b76da2f62cfbaec5cd824c65;hb=9ec5189a56e5616792f0a8a2ee6fba4e397ae2e2;hpb=0e914d9e9646349976c16472be9e986ad4b3e29e diff --git a/notmuch-private.h b/notmuch-private.h index 2bf6beb4..c60c4d89 100644 --- a/notmuch-private.h +++ b/notmuch-private.h @@ -43,6 +43,7 @@ NOTMUCH_BEGIN_DECLS #include +#include "xutil.h" /* Thanks to Andrew Tridgell's (SAMBA's) talloc for this definition of * unlikely. The talloc source code comes to us via the GNU LGPL v. 3. @@ -75,22 +76,6 @@ typedef enum { NOTMUCH_VALUE_DATE = 2 } notmuch_value_t; -/* xutil.c */ -void * -xcalloc (size_t nmemb, size_t size); - -void * -xmalloc (size_t size); - -void * -xrealloc (void *ptrr, size_t size); - -char * -xstrdup (const char *s); - -char * -xstrndup (const char *s, size_t n); - /* message.cc */ notmuch_message_t *