diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-12-13 00:52:01 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-12-13 00:52:01 +0000 |
commit | 3a5d712997bc4b3bae99f7eac07a7e089a72347e (patch) | |
tree | ded905ad6535eb4c8b0c2b90acec9424b4a1fa66 /include | |
parent | 9ccb1ed349176abe85231c2661ed3ac797ebb88d (diff) | |
download | xine-lib-3a5d712997bc4b3bae99f7eac07a7e089a72347e.tar.gz xine-lib-3a5d712997bc4b3bae99f7eac07a7e089a72347e.tar.bz2 |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.tmpl.in | 4 |
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); |