]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afh.h
Change year in GPL header to 2007
[paraslash.git] / afh.h
diff --git a/afh.h b/afh.h
index 7925aee32de83cb33c7ce586649edadd9b89605a..5cc0371a6193b6e67028af876282250c10dd0ff7 100644 (file)
--- a/afh.h
+++ b/afh.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2006 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-2007 Andre Noll <maan@systemlinux.org>
  *
  *     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
@@ -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);
 };