From: Pekka Riikonen Date: Sun, 6 May 2007 09:46:03 +0000 (+0000) Subject: Header documentation changes. X-Git-Tag: silc.toolkit.1.1.beta2~38 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=49d5a63cba7eb657308f355db4058e633b8d60b7 Header documentation changes. --- 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