Commit 17a229a4 17a229a44dbd41cb455ade1557a8d787a1dbf236 by Sergey Poznyakoff

(mu_stream_to_message): New function.

1 parent 1d874f49
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2005 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001, 2005, 2006 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
......@@ -113,6 +113,9 @@ extern int mu_message_save_to_mailbox (mu_message_t msg, mu_ticket_t ticket,
mu_debug_t debug, const char *toname);
extern int mu_stream_to_message (mu_stream_t instream, mu_message_t *pmsg);
#ifdef __cplusplus
}
#endif
......