* 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.
*
***/
***/
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
*
***/
void silc_mp_or(SilcMPInt *dst, SilcMPInt *mp1, SilcMPInt *mp2);
-/****f* silcmath/SilcMPAPI/silc_mp_or
+/****f* silcmath/SilcMPAPI/silc_mp_xor
*
* SYNOPSIS
*
} SilcSFTPMonitors;
/***/
-/****s* silcsftp/SilcSFTPAPI/SilcSFTP
+/****s* silcsftp/SilcSFTPAPI/SilcSFTPMonitorData
*
* NAME
*
} *SilcSFTPMonitorData, SilcSFTPMonitorDataStruct;
/***/
-/****f* silcsftp/SilcSFTPAPI/silc_sftp_server_set_monitor
+/****f* silcsftp/SilcSFTPAPI/SilcSFTPMonitor
*
* SYNOPSIS
*
*/
+/****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
***/
int silc_buffer_unformat(SilcBuffer src, ...);
-/****f* silcutil/SilcBufferFormatAPI/silc_buffer_format
+/****f* silcutil/SilcBufferFormatAPI/silc_buffer_format_vp
*
* SYNOPSIS
*
***/
int silc_buffer_format_vp(SilcBuffer dst, va_list ap);
-/****f* silcutil/SilcBufferFormatAPI/silc_buffer_unformat
+/****f* silcutil/SilcBufferFormatAPI/silc_buffer_unformat_vp
*
* SYNOPSIS
*