diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2002-11-11 01:06:58 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2002-11-11 01:06:58 +0000 |
commit | 5fad3a208f9318ecd58ed8787452b0c3cb11d584 (patch) | |
tree | 4423cba74f857e3ff1cc5ee3f21ba1a8f9301558 /src/xine-utils/xine_check.h | |
parent | aa5453c348b3362c8e29e2b593691b688aa3db96 (diff) | |
download | xine-lib-5fad3a208f9318ecd58ed8787452b0c3cb11d584.tar.gz xine-lib-5fad3a208f9318ecd58ed8787452b0c3cb11d584.tar.bz2 |
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
Diffstat (limited to 'src/xine-utils/xine_check.h')
-rw-r--r-- | src/xine-utils/xine_check.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |