--- l2.h 2001/05/26 08:02:55 1.6
+++ l2.h 2001/05/26 08:04:12 1.7
@@ -168,8 +168,8 @@
l2_stream_t *l2_stream_channel (l2_stream_t *st, l2_channel_t *ch, unsigned int levelmask);
l2_stream_t *l2_stream_formatter (l2_stream_t *st, l2_formatter_t *cb, l2_context_t *ctx);
unsigned int l2_stream_levels (l2_stream_t *st, unsigned int levelmask);
-void l2_stream_log (l2_stream_t *st, unsigned int log_level, const char* fmt, ...);
-void l2_stream_vlog (l2_stream_t *st, unsigned int log_level, const char* fmt, va_list ap);
+void l2_stream_log (l2_stream_t *st, unsigned int log_level, const char *fmt, ...);
+void l2_stream_vlog (l2_stream_t *st, unsigned int log_level, const char *fmt, va_list ap);
void l2_stream_destroy (l2_stream_t *st);
#endif /* __L2_H__ */
|