]> git.notmuchmail.org Git - notmuch/blobdiff - util/gmime-extra.h
cli: replace use of g_mime_message_get_date_as_string
[notmuch] / util / gmime-extra.h
index e0432a942ffa0d0a8d3ea4e45ea95019bad876a3..6e2f6ca5c83cbfd864a1f08a6a6b5b5a0d2f44f4 100644 (file)
@@ -3,4 +3,12 @@
 #include <gmime/gmime.h>
 
 GMimeStream *g_mime_stream_stdout_new(void);
+
+#include <talloc.h>
+
+/**
+ * return talloc allocated date string
+ */
+char *g_mime_message_get_date_string (void *ctx, GMimeMessage *message);
+
 #endif