Commit ef038144 ef0381448c8a196361f151322fe8b16cc4926860 by Sergey Poznyakoff

(mhdraft_stream_create): New function.

1 parent f25e4125
Showing 1 changed file with 2 additions and 0 deletions
...@@ -314,3 +314,5 @@ void mhl_format_destroy (list_t *fmt); ...@@ -314,3 +314,5 @@ void mhl_format_destroy (list_t *fmt);
314 void mh_seq_add __P((char *name, mh_msgset_t *mset, int flags)); 314 void mh_seq_add __P((char *name, mh_msgset_t *mset, int flags));
315 int mh_seq_delete __P((char *name, mh_msgset_t *mset, int flags)); 315 int mh_seq_delete __P((char *name, mh_msgset_t *mset, int flags));
316 char *mh_seq_read __P((char *name, int flags)); 316 char *mh_seq_read __P((char *name, int flags));
317
318 int mhdraft_stream_create __P((stream_t *stream, stream_t src, int flags));
......