ossp-pkg/l2/l2_ch_file.c 1.16 -> 1.17
--- l2_ch_file.c 2001/09/06 16:10:05 1.16
+++ l2_ch_file.c 2001/09/12 09:42:34 1.17
@@ -100,8 +100,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_file_t *cfg = (l2_ch_file_t *)ctx->vp;
|
|