From 3a5d712997bc4b3bae99f7eac07a7e089a72347e Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Thu, 13 Dec 2001 00:52:01 +0000 Subject: Add new log related function which return log section names. Check for buf value before returning xine log[buf]. CVS patchset: 1233 CVS date: 2001/12/13 00:52:01 --- include/xine.h.tmpl.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index 6f9aed543..674ef21b1 100644 --- a/include/xine.h.tmpl.in +++ b/include/xine.h.tmpl.in @@ -28,7 +28,7 @@ \endverbatim */ /* - * $Id: xine.h.tmpl.in,v 1.65 2001/12/10 00:11:06 f1rmb Exp $ + * $Id: xine.h.tmpl.in,v 1.66 2001/12/13 00:52:01 f1rmb Exp $ * */ @@ -1689,6 +1689,8 @@ osd_renderer_t *xine_get_osd_renderer (xine_t *self); #define XINE_LOG_CODEC 1 #define XINE_LOG_NUM 2 /* # of log buffers defined */ +const char **xine_get_log_names(void); + void xine_log (xine_t *self, int buf, const char *format, ...); char **xine_get_log (xine_t *self, int buf); -- cgit v1.2.3