]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mp3.c
struct audio_format_handler: use proper pointer type for the init function
[paraslash.git] / mp3.c
diff --git a/mp3.c b/mp3.c
index bac84b6f9ca0e8b0677f7fec691bb42084dff760..d8ec8bec3b592d75419c02e275d9f23ac7b8674c 100644 (file)
--- a/mp3.c
+++ b/mp3.c
@@ -482,7 +482,7 @@ static void mp3_close_audio_file(void)
 }
 
 static const char* mp3_suffixes[] = {"mp3", NULL};
-void mp3_init(void *p)
+void mp3_init(struct audio_format_handler *p)
 {
        af = p;
        af->get_file_info = mp3_get_file_info;