From e973c3f94632f4c420b05a01a59ea90249a54479 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Tue, 23 Oct 2001 19:30:50 +0000 Subject: [PATCH] updates. --- lib/silccore/silcnotify.h | 2 +- lib/silcmath/silcmp.h | 4 ++-- lib/silcsftp/silcsftp.h | 4 ++-- lib/silcutil/silcbuffmt.h | 15 +++++++++++++-- 4 files changed, 18 insertions(+), 7 deletions(-) diff --git a/lib/silccore/silcnotify.h b/lib/silccore/silcnotify.h index 3b2d7239..d173a51d 100644 --- a/lib/silccore/silcnotify.h +++ b/lib/silccore/silcnotify.h @@ -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. * ***/ diff --git a/lib/silcmath/silcmp.h b/lib/silcmath/silcmp.h index 816c323f..45d6ff67 100644 --- a/lib/silcmath/silcmp.h +++ b/lib/silcmath/silcmp.h @@ -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 * diff --git a/lib/silcsftp/silcsftp.h b/lib/silcsftp/silcsftp.h index cfc633e1..3ab4714c 100644 --- a/lib/silcsftp/silcsftp.h +++ b/lib/silcsftp/silcsftp.h @@ -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 * diff --git a/lib/silcutil/silcbuffmt.h b/lib/silcutil/silcbuffmt.h index 3630d53a..8b281eed 100644 --- a/lib/silcutil/silcbuffmt.h +++ b/lib/silcutil/silcbuffmt.h @@ -18,6 +18,17 @@ */ +/****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 * -- 2.24.0