summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-02-21 13:00:54 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-02-21 13:00:54 +0000
commitef0381448c8a196361f151322fe8b16cc4926860 (patch)
treece1fdeb9ac6d08f618f8be6b3d0fcd55f89a57ef
parentf25e4125ab2cce4c816bf4139811564a8604f30a (diff)
downloadmailutils-ef0381448c8a196361f151322fe8b16cc4926860.tar.gz
mailutils-ef0381448c8a196361f151322fe8b16cc4926860.tar.bz2
(mhdraft_stream_create): New function.
-rw-r--r--mh/mh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mh/mh.h b/mh/mh.h
index 9ea35ef91..04bbce838 100644
--- a/mh/mh.h
+++ b/mh/mh.h
@@ -314,3 +314,5 @@ void mhl_format_destroy (list_t *fmt);
void mh_seq_add __P((char *name, mh_msgset_t *mset, int flags));
int mh_seq_delete __P((char *name, mh_msgset_t *mset, int flags));
char *mh_seq_read __P((char *name, int flags));
+
+int mhdraft_stream_create __P((stream_t *stream, stream_t src, int flags));

Return to:

Send suggestions and report system problems to the System administrator.