diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2002-11-11 04:18:41 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2002-11-11 04:18:41 +0000 |
commit | fd6049f21bda4270509364e14a111cdb78dea0db (patch) | |
tree | a2b04e174bc0e710bc4b7e8328f01b316a85d96b /src/xine-utils/xine_check.h | |
parent | 076b96c2af06cc691be548e9851d65d3407cadca (diff) | |
download | xine-lib-fd6049f21bda4270509364e14a111cdb78dea0db.tar.gz xine-lib-fd6049f21bda4270509364e14a111cdb78dea0db.tar.bz2 |
Updated so that the function set_hc_result is now private to the file.
CVS patchset: 3229
CVS date: 2002/11/11 04:18:41
Diffstat (limited to 'src/xine-utils/xine_check.h')
-rw-r--r-- | src/xine-utils/xine_check.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xine-utils/xine_check.h b/src/xine-utils/xine_check.h index 594e1bad4..64c72eef1 100644 --- a/src/xine-utils/xine_check.h +++ b/src/xine-utils/xine_check.h @@ -45,8 +45,5 @@ 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 |