diff options
-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 |