summaryrefslogtreecommitdiff
path: root/notmuch-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch-private.h')
-rw-r--r--notmuch-private.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/notmuch-private.h b/notmuch-private.h
index 2bf6beb..c60c4d8 100644
--- a/notmuch-private.h
+++ b/notmuch-private.h
@@ -43,6 +43,7 @@ NOTMUCH_BEGIN_DECLS
#include <talloc.h>
+#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 *