summaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-02-23 14:46:42 +0000
committerChristian Pointner <equinox@anytun.org>2009-02-23 14:46:42 +0000
commit0f593f1d7456d0374ed0ede5dae302cbb1627169 (patch)
treeec697672b072d671f56049389eeaada927248eb0 /src/log.h
parentadded extended logging support (diff)
added duplicates detection for new logging
fixed file logging (flush)
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h1
1 files changed, 1 insertions, 0 deletions
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);