From a9c6c36d5712c2fa017d1e82126a7d3c6f32a05a Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Thu, 15 Nov 2007 14:51:41 +0000 Subject: [PATCH] updates. --- lib/doc/command_reply_args.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/doc/command_reply_args.html b/lib/doc/command_reply_args.html index 723593c5..49b79d6a 100644 --- a/lib/doc/command_reply_args.html +++ b/lib/doc/command_reply_args.html @@ -293,7 +293,10 @@ founder's public key when it was set. It may also return the channel public key list when the list was altered. The 'founder_key' and 'channel_pubkeys' arguments may be NULL. The 'channel_pubkeys' is a list of SilcArgumentDecodedList contexts which each contain one channel public -key. The library will automatically free the list. +key. The library will automatically free the list. If the `founder_key' +was present it will be updated to `channel' entry by the library after +calling the command_reply callback. Application may check if the `founder_key' +is different from the key in `channel' entry to detect if it was changed. SilcChannelEntry channel, SilcUInt32 mode, SilcPublicKey founder_key, SilcDList channel_pubkeys, SilcUint32 user_limit -- 2.24.0