summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index ab6213850d..86f4d60b5d 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -573,7 +573,7 @@ struct plugin_api {
573#endif 573#endif
574 struct user_settings* global_settings; 574 struct user_settings* global_settings;
575 struct system_status *global_status; 575 struct system_status *global_status;
576 bool (*mp3info)(struct mp3entry *entry, const char *filename, bool v1first); 576 bool (*mp3info)(struct mp3entry *entry, const char *filename);
577 int (*count_mp3_frames)(int fd, int startpos, int filesize, 577 int (*count_mp3_frames)(int fd, int startpos, int filesize,
578 void (*progressfunc)(int)); 578 void (*progressfunc)(int));
579 int (*create_xing_header)(int fd, long startpos, long filesize, 579 int (*create_xing_header)(int fd, long startpos, long filesize,
@@ -620,8 +620,7 @@ struct plugin_api {
620 620
621 int (*codec_load_file)(const char* codec, struct codec_api *api); 621 int (*codec_load_file)(const char* codec, struct codec_api *api);
622 const char *(*get_codec_filename)(int cod_spec); 622 const char *(*get_codec_filename)(int cod_spec);
623 bool (*get_metadata)(struct mp3entry* id3, int fd, const char* trackname, 623 bool (*get_metadata)(struct mp3entry* id3, int fd, const char* trackname);
624 bool v1first);
625#endif 624#endif
626 void (*led)(bool on); 625 void (*led)(bool on);
627}; 626};