(mhdraft_stream_create): New function.
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)); | ... | ... |
-
Please register or sign in to post a comment