X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afh.h;h=5cc0371a6193b6e67028af876282250c10dd0ff7;hb=94a5f0c1fc9ea8f295306ad697b3cea6f89c6a97;hp=69c1188ed75d294ddfc417567b7bd50967692e85;hpb=0b814bdbb7a3fe018cffee0162dc6c916cfa6879;p=paraslash.git diff --git a/afh.h b/afh.h index 69c1188e..5cc0371a 100644 --- a/afh.h +++ b/afh.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2006 Andre Noll + * Copyright (C) 2005-2007 Andre Noll * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -70,7 +70,7 @@ struct audio_format_info { * file header. */ char *header; - /* the length of the header, ignored if \a header is \p NULL */ + /** the length of the header, ignored if \a header is \p NULL */ unsigned header_len; }; @@ -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); };