From 3a5d712997bc4b3bae99f7eac07a7e089a72347e Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Thu, 13 Dec 2001 00:52:01 +0000 Subject: 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 --- src/xine-engine/xine_internal.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/xine-engine/xine_internal.h') diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index c091cbb61..34f10e16b 100644 --- a/src/xine-engine/xine_internal.h +++ b/src/xine-engine/xine_internal.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_internal.h,v 1.63 2001/12/11 15:30:06 miguelfreitas Exp $ + * $Id: xine_internal.h,v 1.64 2001/12/13 00:52:01 f1rmb Exp $ * */ @@ -589,6 +589,8 @@ osd_renderer_t *xine_get_osd_renderer (xine_t *this); * xine log functions */ +const char **xine_get_log_names(void); + void xine_log (xine_t *this, int buf, const char *format, ...); char **xine_get_log (xine_t *this, int buf); -- cgit v1.2.3