ossp-pkg/l2/l2_ch_syslog.c 1.19 -> 1.20
--- l2_ch_syslog.c 2001/09/10 14:33:24 1.19
+++ l2_ch_syslog.c 2001/09/12 09:42:34 1.20
@@ -94,8 +94,8 @@
}
/* write to channel */
-static l2_result_t hook_write(l2_context_t *ctx, l2_channel_t *ch,
- const char *buf, size_t buf_size)
+static l2_result_t hook_write(l2_context_t *ctx, l2_channel_t *ch,
+ l2_level_t level, const char *buf, size_t buf_size)
{
l2_ch_syslog_t *cfg = (l2_ch_syslog_t *)ctx->vp;
|
|