From 5fad3a208f9318ecd58ed8787452b0c3cb11d584 Mon Sep 17 00:00:00 2001 From: Stephen Torri Date: Mon, 11 Nov 2002 01:06:58 +0000 Subject: Major thanks to Daniel for guiding me through the wonderful world of C memory management. The code is much more simplified through the use of a function added to xine_check called set_hc_result. CVS patchset: 3227 CVS date: 2002/11/11 01:06:58 --- src/xine-utils/xine_check.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/xine-utils/xine_check.h') diff --git a/src/xine-utils/xine_check.h b/src/xine-utils/xine_check.h index 64c72eef1..594e1bad4 100644 --- a/src/xine-utils/xine_check.h +++ b/src/xine-utils/xine_check.h @@ -45,5 +45,8 @@ xine_health_check_t* xine_health_check_x(xine_health_check_t*); /* health_check Xv extension */ xine_health_check_t* xine_health_check_xv(xine_health_check_t*); +/* Format message string */ +/* Format must not be NULL */ +static void set_hc_result (xine_health_check_t* hc, int state, char *format, ...); #endif -- cgit v1.2.3