updates.
authorPekka Riikonen <priikone@silcnet.org>
Tue, 23 Oct 2001 19:30:50 +0000 (19:30 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 23 Oct 2001 19:30:50 +0000 (19:30 +0000)
lib/silccore/silcnotify.h
lib/silcmath/silcmp.h
lib/silcsftp/silcsftp.h
lib/silcutil/silcbuffmt.h

index 3b2d7239bfa956414d00f8b8a32afd328c8dbf1a..d173a51ddca9d0c69740d5428bb66c40023f4804 100644 (file)
@@ -23,7 +23,7 @@
  * DESCRIPTION
  *
  * Implementation of the Notify Payload. Notify Payload is used usually
- * servers to send different kind of important notify messages to other
+ * by servers to send different kind of important notify messages to other
  * servers and to clients.
  *
  ***/
index 816c323f7bc3904ee0f6c5aea8e9e21b5d261aa9..45d6ff6704256330af59d31781b6bce41d9a9625 100644 (file)
@@ -366,7 +366,7 @@ void silc_mp_div_qr(SilcMPInt *q, SilcMPInt *r, SilcMPInt *mp1,
  ***/
 void silc_mp_div_2exp(SilcMPInt *dst, SilcMPInt *mp1, uint32 exp);
 
-/****f* silcmath/SilcMPAPI/silc_mp_div_2exp
+/****f* silcmath/SilcMPAPI/silc_mp_div_2exp_qr
  *
  * SYNOPSIS
  *
@@ -692,7 +692,7 @@ void silc_mp_and(SilcMPInt *dst, SilcMPInt *mp1, SilcMPInt *mp2);
  ***/
 void silc_mp_or(SilcMPInt *dst, SilcMPInt *mp1, SilcMPInt *mp2);
 
-/****f* silcmath/SilcMPAPI/silc_mp_or
+/****f* silcmath/SilcMPAPI/silc_mp_xor
  *
  * SYNOPSIS
  *
index cfc633e1d0723ae8940731bc7debe374d8fc360c..3ab4714c0423ece831059324d010e9957da3733d 100644 (file)
@@ -911,7 +911,7 @@ typedef enum {
 } SilcSFTPMonitors;
 /***/
 
-/****s* silcsftp/SilcSFTPAPI/SilcSFTP
+/****s* silcsftp/SilcSFTPAPI/SilcSFTPMonitorData
  *
  * NAME
  * 
@@ -938,7 +938,7 @@ typedef struct {
 } *SilcSFTPMonitorData, SilcSFTPMonitorDataStruct;
 /***/
 
-/****f* silcsftp/SilcSFTPAPI/silc_sftp_server_set_monitor
+/****f* silcsftp/SilcSFTPAPI/SilcSFTPMonitor
  *
  * SYNOPSIS
  *
index 3630d53ae0a13bf01251ad1c47ff56941c7a7335..8b281eedf663a9f723e4665d69e634d11955748f 100644 (file)
 
 */
 
+/****h* silcutil/SilcBufferFormatAPI
+ *
+ * DESCRIPTION
+ *
+ *    SILC Buffer Format API provides a few functions for formatting
+ *    various different data types into a buffer, and retrieving
+ *    various data from buffer into specific data types.  It is usefull
+ *    to format for example packets and later unformat them.
+ *
+ ***/
+
 #ifndef SILCBUFFMT_H
 #define SILCBUFFMT_H
 
@@ -244,7 +255,7 @@ int silc_buffer_format(SilcBuffer dst, ...);
  ***/
 int silc_buffer_unformat(SilcBuffer src, ...);
 
-/****f* silcutil/SilcBufferFormatAPI/silc_buffer_format
+/****f* silcutil/SilcBufferFormatAPI/silc_buffer_format_vp
  *
  * SYNOPSIS
  *
@@ -258,7 +269,7 @@ int silc_buffer_unformat(SilcBuffer src, ...);
  ***/
 int silc_buffer_format_vp(SilcBuffer dst, va_list ap);
 
-/****f* silcutil/SilcBufferFormatAPI/silc_buffer_unformat
+/****f* silcutil/SilcBufferFormatAPI/silc_buffer_unformat_vp
  *
  * SYNOPSIS
  *