From 49d5a63cba7eb657308f355db4058e633b8d60b7 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sun, 6 May 2007 09:46:03 +0000 Subject: [PATCH] Header documentation changes. --- lib/silcske/silcske.h | 4 ++-- lib/silcutil/silclog.h | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/silcske/silcske.h b/lib/silcske/silcske.h index 477aa471..7152392d 100644 --- a/lib/silcske/silcske.h +++ b/lib/silcske/silcske.h @@ -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; /***/ diff --git a/lib/silcutil/silclog.h b/lib/silcutil/silclog.h index 60949270..64cd6c0e 100644 --- a/lib/silcutil/silclog.h +++ b/lib/silcutil/silclog.h @@ -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 -- 2.24.0