updates.
authorPekka Riikonen <priikone@silcnet.org>
Wed, 15 Jan 2003 17:38:57 +0000 (17:38 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 15 Jan 2003 17:38:57 +0000 (17:38 +0000)
TODO
lib/doc/LIBINDEX
lib/silcutil/silcbuffer.h

diff --git a/TODO b/TODO
index 4dd8b8e3ca62ed6b6938ef944f8d8bf3b909406e..3b02c0898a53dd2f66df0961c5cf227ad47053fe 100644 (file)
--- a/TODO
+++ b/TODO
@@ -34,7 +34,7 @@ TODO in Toolkit Documentation
 Stuff that needs to be done in order to complete the Tooolkit Reference
 Manual (Do these to 0.9.x).
 
- o Document the "notify" and "command_reply" client operations variable 
+ o Document the "command_reply" client operations variable 
    argument lists for all possible notify types and command replys.
 
  o Write "Programming with Toolkit" document, describing how to build
index 7dd0302de48742fe31516605acf9fd88c2a4da41..b10c4bb5ef7ce72d3ce9540c860fa004d7a84c3e 100644 (file)
@@ -33,7 +33,7 @@ of the Toolkit always delivers the latest version of this reference manual.
 <br /><br />
 <b>Guides & Tutorials</b>
 <br /><br />
-<li><a href="silcclient_using.html">Getting Started with SILC Client Library</a>
+<li><a href="silcclientlib.html">Client Library Guides & Reference</a>
 <li><a href="silcrng_intro.html">Introduction to SILC Random Number Generator</a>
 
 <br /><br />
index 7b3b13cc5cdb6336bfdd66e11f3c45e94e22646c..149adc1dffd6a2c587278c10a34654827dd62bd7 100644 (file)
@@ -223,7 +223,7 @@ void silc_buffer_free(SilcBuffer sb)
  * SYNOPSIS
  *
  *    static inline
- *    unsigned char *silc_buffer_free(SilcBuffer sb, SilcUInt32 *data_len);
+ *    unsigned char *silc_buffer_steal(SilcBuffer sb, SilcUInt32 *data_len);
  *
  * DESCRIPTION
  *