+Sat Nov 19 17:34:51 EET 2005 Pekka Riikonen <priikone@silcnet.org>
+
+ * Added SilcMime API to lib/silcutil/silcmime.[ch]. The old
+ silc_mime_parse is available but deprecated.
+
Wed Nov 16 15:47:12 EET 2005 Pekka Riikonen <priikone@silcnet.org>
* Added SHA-256 to crypto library. The SHA-256 takes now
#include "silcsockconn.h"
#include "silcvcard.h"
#include "silcapputil.h"
+#include "silcmime.h"
/* SILC core library includes */
#include "silcargument.h"
@LINK=silcdlist.html:SILC Dynamic List Interface
@LINK=silcvcard.html:SILC VCard Interface
@LINK=silcapputil.html:SILC Application Utilities
+@LINK=silcmime.html:SILC MIME Interface
-->
<big><b>SILC Utility Library</b></big>
* the data without the MIME header. The caller is responsible of
* NULL terminating the buffers it provides.
*
+ * NOTES
+ *
+ * This function is deprecated. Use the SilcMime API instead.
+ *
***/
bool
silc_mime_parse(const unsigned char *mime, SilcUInt32 mime_len,