projects
/
notmuch
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
util: convenience function to create gmime stream for stdout
[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
#endif