switch to C99 types, part II

Do full C99 integer type conversion in all modules which were not
touched by Eric's merged patch.
This commit is contained in:
Max Kellermann
2008-09-29 15:49:29 +02:00
parent 0352766dca
commit 226d52b36f
17 changed files with 82 additions and 58 deletions

View File

@@ -149,7 +149,7 @@ size_t decoder_read(struct decoder *decoder,
*/
enum decoder_command
decoder_data(struct decoder *decoder, InputStream * inStream, int seekable,
void *data, size_t datalen, float data_time, mpd_uint16 bitRate,
void *data, size_t datalen, float data_time, uint16_t bitRate,
ReplayGainInfo * replayGainInfo);
void decoder_flush(struct decoder *decoder);