summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 62d8371e7d..cbdbdee7cf 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -157,12 +157,12 @@ int plugin_open(const char *plugin, const char *parameter);
157#define PLUGIN_MAGIC 0x526F634B /* RocK */ 157#define PLUGIN_MAGIC 0x526F634B /* RocK */
158 158
159/* increase this every time the api struct changes */ 159/* increase this every time the api struct changes */
160#define PLUGIN_API_VERSION 257 160#define PLUGIN_API_VERSION 258
161 161
162/* update this to latest version if a change to the api struct breaks 162/* update this to latest version if a change to the api struct breaks
163 backwards compatibility (and please take the opportunity to sort in any 163 backwards compatibility (and please take the opportunity to sort in any
164 new function which are "waiting" at the end of the function table) */ 164 new function which are "waiting" at the end of the function table) */
165#define PLUGIN_MIN_API_VERSION 257 165#define PLUGIN_MIN_API_VERSION 258
166 166
167/* 239 Marks the removal of ARCHOS HWCODEC and CHARCELL */ 167/* 239 Marks the removal of ARCHOS HWCODEC and CHARCELL */
168 168
@@ -479,10 +479,6 @@ struct plugin_api {
479 struct dirinfo (*dir_get_info)(DIR *dirp, struct dirent *entry); 479 struct dirinfo (*dir_get_info)(DIR *dirp, struct dirent *entry);
480 480
481 /* browsing */ 481 /* browsing */
482 void (*browse_context_init)(struct browse_context *browse,
483 int dirfilter, unsigned flags,
484 char *title, enum themable_icons icon,
485 const char *root, const char *selected);
486 int (*rockbox_browse)(struct browse_context *browse); 482 int (*rockbox_browse)(struct browse_context *browse);
487 struct tree_context* (*tree_get_context)(void); 483 struct tree_context* (*tree_get_context)(void);
488 struct entry* (*tree_get_entries)(struct tree_context* t); 484 struct entry* (*tree_get_entries)(struct tree_context* t);