From 0fec5a3d48c47de0e77e1f40f8cc048d2db1ec08 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Fri, 1 Jun 2007 16:28:28 +0000 Subject: [PATCH] COmment updates. --- lib/doc/porting.html | 2 +- lib/silcclient/silcclient.h | 3 +-- lib/silcclient/silcclient_entry.h | 40 ------------------------------- 3 files changed, 2 insertions(+), 43 deletions(-) diff --git a/lib/doc/porting.html b/lib/doc/porting.html index 8ba22464..630b3ed2 100644 --- a/lib/doc/porting.html +++ b/lib/doc/porting.html @@ -630,7 +630,7 @@ been moved from lib/silccore into lib/silcapputil/.

SILC Key Repository library, lib/silcskr/

A new SILC Key Repository library has been added. The library provides -a SILC Key Repository API (a href="silcskr.html">silcskr.h) which provides +a SILC Key Repository API (silcskr.h) which provides a repository for storing and retrieving public keys.
 
diff --git a/lib/silcclient/silcclient.h b/lib/silcclient/silcclient.h index c67157e6..f0e7fc8a 100644 --- a/lib/silcclient/silcclient.h +++ b/lib/silcclient/silcclient.h @@ -437,8 +437,7 @@ typedef void (*SilcVerifyPublicKey)(SilcBool success, void *context); * * SYNOPSIS * - * typedef void (*SilcGetAuthMeth)(SilcBool success, - * SilcAuthMethod auth_meth, + * typedef void (*SilcGetAuthMeth)(SilcAuthMethod auth_meth, * const void *auth, SilcUInt32 auth_len, * void *context); * diff --git a/lib/silcclient/silcclient_entry.h b/lib/silcclient/silcclient_entry.h index 94106bad..d88bad8e 100644 --- a/lib/silcclient/silcclient_entry.h +++ b/lib/silcclient/silcclient_entry.h @@ -442,46 +442,6 @@ SilcDList silc_client_get_clients_local(SilcClient client, const char *nickname, SilcBool return_all); -/****f* silcclient/SilcClientAPI/silc_client_get_clients_by_channel - * - * SYNOPSIS - * - * void silc_client_get_clients_by_channel(SilcClient client, - * SilcClientConnection conn, - * SilcChannelEntry channel, - * SilcGetClientCallback completion, - * void *context); - * - * DESCRIPTION - * - * Gets client entries by the channel indicated by `channel'. Thus, - * it resovles the users currently on that channel. If all users are - * already resolved this returns the users from the channel. If the - * users are resolved only partially this resolves the complete user - * information. If no users are resolved on this channel at all, this - * calls USERS command to resolve all users on the channel. The `completion' - * will be called after the entries are available. When server returns - * the client information it will be cached and can be accessed locally - * at a later time. - * - * This function can be used for example in SILC_COMMAND_JOIN command - * reply handling in application to resolve users on that channel. It - * also can be used after calling silc_client_get_channel_resolve to - * resolve users on that channel. - * - * NOTES - * - * The resolving is done with WHOIS command. For this reason this - * command may take a long time because it resolves detailed user - * information. - * - ***/ -void silc_client_get_clients_by_channel(SilcClient client, - SilcClientConnection conn, - SilcChannelEntry channel, - SilcGetClientCallback completion, - void *context); - /****f* silcclient/SilcClientAPI/silc_client_get_client_by_id * * SYNOPSIS -- 2.24.0