Header documentation changes.
authorPekka Riikonen <priikone@silcnet.org>
Sun, 6 May 2007 09:46:03 +0000 (09:46 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 6 May 2007 09:46:03 +0000 (09:46 +0000)
lib/silcske/silcske.h
lib/silcutil/silclog.h

index 477aa4718a3e993775e7348404028302c5e87dbe..7152392dd8f8a1ce0c778881d065b8d621a7a9c8 100644 (file)
@@ -148,10 +148,10 @@ typedef struct {
   SilcUInt32 iv_len;
   unsigned char *send_enc_key;
   unsigned char *receive_enc_key;
-  SilcUInt32 enc_key_len;
+  SilcUInt32 enc_key_len;             /* Key length in bits */
   unsigned char *send_hmac_key;
   unsigned char *receive_hmac_key;
-  SilcUInt32 hmac_key_len;
+  SilcUInt32 hmac_key_len;            /* Key length in bytes */
 } *SilcSKEKeyMaterial;
 /***/
 
index 60949270eb1b8587f51f251a326ff0a36ad65a44..64cd6c0ef1d277402dc5d9c86f7b2fed010256fa 100644 (file)
@@ -67,6 +67,8 @@ typedef enum {
  *    The `message' parameter points to a null-terminated buffer containing
  *    the received message, while `context' is the caller-specified context.
  *    The message must not be modified or freed by the callback function.
+ *    If the function returns TRUE, SilcLog will assume the message was
+ *    handled and won't run its default handler.
  *
  * SEE ALSO
  *    silc_log_set_callback