]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afh.h
kill file parameter from get_file_info of struct audio format handler
[paraslash.git] / afh.h
diff --git a/afh.h b/afh.h
index 7925aee32de83cb33c7ce586649edadd9b89605a..246cb9200fefc8a601a333ad7f3e82b490beb346 100644 (file)
--- 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);
 };