]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afh.h
first draft of the mmap patch series
[paraslash.git] / afh.h
diff --git a/afh.h b/afh.h
index daac3279729ab5f9001a2f4e15366b21943c2d1e..7925aee32de83cb33c7ce586649edadd9b89605a 100644 (file)
--- 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)(FILE *audio_file, char *map, off_t numbytes,
+               struct audio_format_info *afi);
 };