From 3f961675d28fa73735348646e0091049338e0ae3 Mon Sep 17 00:00:00 2001 From: germeier Date: Sat, 21 Jan 2006 18:33:19 +0000 Subject: * changed version to 0.7.1-pre3 * (hopefully) fixed signedness hell, should fix problems with 64 bit machines --- libmpio/src/id3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmpio/src/id3.h') diff --git a/libmpio/src/id3.h b/libmpio/src/id3.h index 6fe1465..9ed1080 100644 --- a/libmpio/src/id3.h +++ b/libmpio/src/id3.h @@ -1,5 +1,5 @@ /* - * $Id: id3.h,v 1.2 2003/04/27 12:08:21 germeier Exp $ + * $Id: id3.h,v 1.3 2006/01/21 18:33:20 germeier Exp $ * * libmpio - a library for accessing Digit@lways MPIO players * Copyright (C) 2003 Markus Germeier @@ -31,7 +31,7 @@ extern "C" { /* ID3 rewriting: do the work */ /* context, src filename, uniq filename template */ -int mpio_id3_do(mpio_t *, BYTE *, BYTE *); +int mpio_id3_do(mpio_t *, CHAR *, CHAR *); /* ID3: clean up temp file */ int mpio_id3_end(mpio_t *); -- cgit v1.2.3