From 0f593f1d7456d0374ed0ede5dae302cbb1627169 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 23 Feb 2009 14:46:42 +0000 Subject: added duplicates detection for new logging fixed file logging (flush) --- src/log.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/log.h') diff --git a/src/log.h b/src/log.h index 293a28f..0be0566 100644 --- a/src/log.h +++ b/src/log.h @@ -67,6 +67,7 @@ struct log_targets_struct { }; typedef struct log_targets_struct log_targets_t; +int log_targets_target_exists(log_targets_t* targets, log_target_type_t type); int log_targets_add(log_targets_t* targets, const char* conf); void log_targets_log(log_targets_t* targets, log_prio_t prio, const char* msg); void log_targets_clear(log_targets_t* targets); -- cgit v1.2.3