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