diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.tmpl.in | 12 |
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 |