summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.tmpl.in4
1 files changed, 3 insertions, 1 deletions
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);