summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-12-09 17:24:39 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-12-09 17:24:39 +0000
commit2651276ca6ee76c33adce1f1794c897fb98d3e7e (patch)
tree117af931334833a3167f9018cc17c4a36c1b2bf7 /include
parentb8649f02441f19b9c32027651690700e79775cdc (diff)
downloadxine-lib-2651276ca6ee76c33adce1f1794c897fb98d3e7e.tar.gz
xine-lib-2651276ca6ee76c33adce1f1794c897fb98d3e7e.tar.bz2
xine log functions for gui output
CVS patchset: 1191 CVS date: 2001/12/09 17:24:39
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.tmpl.in12
1 files changed, 11 insertions, 1 deletions
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