summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 9e94fe697e..ad8822ed72 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -162,7 +162,7 @@ int plugin_open(const char *plugin, const char *parameter);
162 * when this happens please take the opportunity to sort in 162 * when this happens please take the opportunity to sort in
163 * any new functions "waiting" at the end of the list. 163 * any new functions "waiting" at the end of the list.
164 */ 164 */
165#define PLUGIN_API_VERSION 268 165#define PLUGIN_API_VERSION 269
166 166
167/* 239 Marks the removal of ARCHOS HWCODEC and CHARCELL */ 167/* 239 Marks the removal of ARCHOS HWCODEC and CHARCELL */
168 168
@@ -495,7 +495,7 @@ struct plugin_api {
495 void (*set_current_file)(const char* path); 495 void (*set_current_file)(const char* path);
496 void (*set_dirfilter)(int l_dirfilter); 496 void (*set_dirfilter)(int l_dirfilter);
497 497
498 void (*onplay_show_playlist_menu)(const char* path, void (*playlist_insert_cb)); 498 void (*onplay_show_playlist_menu)(const char* path, int attr, void (*playlist_insert_cb));
499 void (*onplay_show_playlist_cat_menu)(const char* track_name, int attr, 499 void (*onplay_show_playlist_cat_menu)(const char* track_name, int attr,
500 void (*add_to_pl_cb)); 500 void (*add_to_pl_cb));
501 bool (*browse_id3)(struct mp3entry *id3, 501 bool (*browse_id3)(struct mp3entry *id3,