diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2002-11-03 23:11:21 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2002-11-03 23:11:21 +0000 |
commit | 2cebf18692a84a45d004d2ae11a3e391d1dcc385 (patch) | |
tree | 5b53c0fee45f2fdfaccda95f404e325be93b65d9 | |
parent | d10688862e58c6c169935e127e90ee3c553c5ff4 (diff) | |
download | xine-lib-2cebf18692a84a45d004d2ae11a3e391d1dcc385.tar.gz xine-lib-2cebf18692a84a45d004d2ae11a3e391d1dcc385.tar.bz2 |
It would be nice to update the interface everyone is going to use.
CVS patchset: 3176
CVS date: 2002/11/03 23:11:21
-rw-r--r-- | include/xine.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index 5ebcb24f4..83bccba92 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -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.h.in,v 1.33 2002/11/03 23:07:14 storri Exp $ + * $Id: xine.h.in,v 1.34 2002/11/03 23:11:21 storri Exp $ * * public xine-lib (libxine) interface and documentation * @@ -656,7 +656,7 @@ struct xine_health_check_s { }; typedef struct xine_health_check_s xine_health_check_t; -xine_health_check_t* xine_health_check(xine_health_check_t*); +xine_health_check_t* xine_health_check(xine_health_check_t*, int check_num); /* * config entry data types |