From 2bc38e9b88c671e1c68863363f33e22cf1de3de9 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Wed, 15 Jan 2003 17:38:57 +0000 Subject: [PATCH] updates. --- TODO | 2 +- lib/doc/LIBINDEX | 2 +- lib/silcutil/silcbuffer.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 4dd8b8e3..3b02c089 100644 --- 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 diff --git a/lib/doc/LIBINDEX b/lib/doc/LIBINDEX index 7dd0302d..b10c4bb5 100644 --- a/lib/doc/LIBINDEX +++ b/lib/doc/LIBINDEX @@ -33,7 +33,7 @@ of the Toolkit always delivers the latest version of this reference manual.

Guides & Tutorials

-
  • Getting Started with SILC Client Library +
  • Client Library Guides & Reference
  • Introduction to SILC Random Number Generator

    diff --git a/lib/silcutil/silcbuffer.h b/lib/silcutil/silcbuffer.h index 7b3b13cc..149adc1d 100644 --- a/lib/silcutil/silcbuffer.h +++ b/lib/silcutil/silcbuffer.h @@ -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 * -- 2.43.0