X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afh.h;h=246cb9200fefc8a601a333ad7f3e82b490beb346;hb=2c6032259d6536daabd4132a3737cac08ebdd018;hp=7925aee32de83cb33c7ce586649edadd9b89605a;hpb=381d053808a93efec734496bfd09f40176d4e6ac;p=paraslash.git diff --git a/afh.h b/afh.h index 7925aee3..246cb920 100644 --- a/afh.h +++ b/afh.h @@ -108,7 +108,7 @@ struct audio_format_handler { * * \sa struct audio_format_info */ - int (*get_file_info)(FILE *audio_file, char *map, off_t numbytes, + int (*get_file_info)(char *map, off_t numbytes, struct audio_format_info *afi); };