summaryrefslogtreecommitdiffstats
path: root/src/lib-storage/index/istream-mail.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib-storage/index/istream-mail.h')
-rw-r--r--src/lib-storage/index/istream-mail.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib-storage/index/istream-mail.h b/src/lib-storage/index/istream-mail.h
new file mode 100644
index 0000000..24bd567
--- /dev/null
+++ b/src/lib-storage/index/istream-mail.h
@@ -0,0 +1,7 @@
+#ifndef ISTREAM_MAIL_H
+#define ISTREAM_MAIL_H
+
+struct istream *i_stream_create_mail(struct mail *mail, struct istream *input,
+ bool input_has_body);
+
+#endif