From 2651276ca6ee76c33adce1f1794c897fb98d3e7e Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sun, 9 Dec 2001 17:24:39 +0000 Subject: xine log functions for gui output CVS patchset: 1191 CVS date: 2001/12/09 17:24:39 --- include/xine.h.tmpl.in | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index 52761cd8a..d07272978 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.60 2001/12/08 00:45:26 guenter Exp $ + * $Id: xine.h.tmpl.in,v 1.61 2001/12/09 17:24:39 guenter Exp $ * */ @@ -1675,6 +1675,16 @@ struct osd_renderer_s { osd_renderer_t *xine_get_osd_renderer (xine_t *self); +/* + * xine log functions + */ + +void xine_log (xine_t *self, int buf, const char *format, ...); + +char **xine_get_log (xine_t *self, int buf); + + + /** @} end of xine_api */ #ifdef __cplusplus -- cgit v1.2.3