mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
7 lines
124 B
C
7 lines
124 B
C
|
#ifndef _GMIME_EXTRA_H
|
||
|
#define _GMIME_EXTRA_H
|
||
|
#include <gmime/gmime.h>
|
||
|
|
||
|
GMimeStream *g_mime_stream_stdout_new(void);
|
||
|
#endif
|