From c7d42bbbd7641c8e9e06b28000c4c02c2ee36d21 Mon Sep 17 00:00:00 2001 From: Jerome Kuptz Date: Sun, 20 Jul 2003 21:29:16 +0000 Subject: update to the api to allow fetching of currently playing id3 struct. Adding the favorites plugin. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3854 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index dab3320b2a..6926797cba 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -39,9 +39,10 @@ #include "font.h" #include "system.h" #include "lcd.h" - +#include "id3.h" +#include "mpeg.h" /* increase this every time the api struct changes */ -#define PLUGIN_API_VERSION 4 +#define PLUGIN_API_VERSION 5 /* plugin return codes */ enum plugin_status { @@ -162,6 +163,7 @@ struct plugin_api { void (*qsort)(void *base, size_t nmemb, size_t size, int(*compar)(const void *, const void *)); int (*kbd_input)(char* buffer, int buflen); + struct mp3entry* (*mpeg_current_track)(); }; /* defined by the plugin loader (plugin.c) */ -- cgit v1.2.3