From 7824b1dcb56cad3cecba733ab6cec61f29862981 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Thu, 23 Jul 2020 09:49:34 -0400 Subject: Plugin Api update with added functions Change-Id: I3c48c999da240f68f4960d2e137c613b224beb5c --- apps/plugin.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index b152300f97..ee21291192 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -161,6 +161,8 @@ void* plugin_get_buffer(size_t *buffer_size); new function which are "waiting" at the end of the function table) */ #define PLUGIN_MIN_API_VERSION 239 +/* 239 Marks the removal of ARCHOS HWCODEC and CHARCELL */ + /* plugin return codes */ /* internal returns start at 0x100 to make exit(1..255) work */ #define INTERNAL_PLUGIN_RETVAL_START 0x100 @@ -769,6 +771,7 @@ struct plugin_api { #endif /* playback control */ + struct playlist_info* (*playlist_get_current)(void); int (*playlist_amount)(void); int (*playlist_resume)(void); void (*playlist_resume_track)(int start_index, unsigned int crc, -- cgit v1.2.3