diff options
Diffstat (limited to 'apps/plugin.h')
-rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index a85af47826..24eb28b2bd 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -972,6 +972,8 @@ struct plugin_api { #ifdef HAVE_TAGCACHE void (*tagcache_commit_finalize)(void); #endif + int (*playlist_get_first_index)(const struct playlist_info* playlist); + int (*playlist_get_display_index)(void); }; /* plugin header */ |