Merge branch 'refs/heads/t/doxygen'
[paraslash.git] / mp3_afh.c
index e5d0ff138fcfc5efed849679ca430bff87726074..08837bec597918ed73fe27febbb0a42fbadf654e 100644 (file)
--- a/mp3_afh.c
+++ b/mp3_afh.c
@@ -690,7 +690,7 @@ static const char * const mp3_suffixes[] = {"mp3", NULL};
  *
  * \param afh pointer to the struct to initialize
  */
-void mp3_init(struct audio_format_handler *afh)
+void mp3_afh_init(struct audio_format_handler *afh)
 {
        afh->get_file_info = mp3_get_file_info;
        afh->suffixes = mp3_suffixes;