updates.
authorPekka Riikonen <priikone@silcnet.org>
Sat, 19 Nov 2005 16:27:04 +0000 (16:27 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sat, 19 Nov 2005 16:27:04 +0000 (16:27 +0000)
CHANGES
includes/silcincludes.h.in
lib/silcutil/DIRECTORY
lib/silcutil/silcstrutil.h

diff --git a/CHANGES b/CHANGES
index de2e95938f1b7539a2dc117cb662cd77b79737b5..f40e2a1d5b4cc8b27f95ee9f9619638fbea63a12 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+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
index 50f98475e774d7534e0d2a0e424410d9ad9b3508..1aee4bf33fb4339fdda4ee04da70c1ce25e83ef6 100644 (file)
@@ -270,6 +270,7 @@ extern "C" {
 #include "silcsockconn.h"
 #include "silcvcard.h"
 #include "silcapputil.h"
+#include "silcmime.h"
 
 /* SILC core library includes */
 #include "silcargument.h"
index 46c522ac0a64c7d2d5ae7e7f4a0b62d71ef48386..ffe3fa8a804d371c1004c9ef4272c09192980df5 100644 (file)
@@ -23,6 +23,7 @@
 @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>
index 43ad42fbd498ee5502fbdfc91e97365fc3c3fad3..fc2ac47aa46fc212edf2c03c4c7ee09b7fe48da5 100644 (file)
@@ -142,6 +142,10 @@ unsigned char *silc_pem_decode(unsigned char *pem, SilcUInt32 pem_len,
  *    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,