]> git.notmuchmail.org Git - notmuch/blob - util/gmime-extra.h
6e2f6ca5c83cbfd864a1f08a6a6b5b5a0d2f44f4
[notmuch] / util / gmime-extra.h
1 #ifndef _GMIME_EXTRA_H
2 #define _GMIME_EXTRA_H
3 #include <gmime/gmime.h>
4
5 GMimeStream *g_mime_stream_stdout_new(void);
6
7 #include <talloc.h>
8
9 /**
10  * return talloc allocated date string
11  */
12 char *g_mime_message_get_date_string (void *ctx, GMimeMessage *message);
13
14 #endif