From 16b9a73cc4bd4c4fafc8618fdd4c05ab72195df1 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 16 Mar 2006 15:25:06 +0000 Subject: - reworked configuration framework completly - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed! --- Source/charon/utils/logger.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/charon/utils/logger.h') diff --git a/Source/charon/utils/logger.h b/Source/charon/utils/logger.h index 3841955df..52c21e6ef 100644 --- a/Source/charon/utils/logger.h +++ b/Source/charon/utils/logger.h @@ -136,9 +136,9 @@ struct logger_t { * @param this logger_t object * @param loglevel or'ed set of logger_level_t's * @param label a labeling name, logged with the bytes - * @param chunk pointer to a chunk to log + * @param chunk chunk to log */ - void (*log_chunk) (logger_t *this, logger_level_t loglevel, char *label, chunk_t *chunk); + void (*log_chunk) (logger_t *this, logger_level_t loglevel, char *label, chunk_t chunk); /** * @brief Enables a loglevel for the current logger_t object. -- cgit v1.2.3