summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
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 {
972#ifdef HAVE_TAGCACHE 972#ifdef HAVE_TAGCACHE
973 void (*tagcache_commit_finalize)(void); 973 void (*tagcache_commit_finalize)(void);
974#endif 974#endif
975 int (*playlist_get_first_index)(const struct playlist_info* playlist);
976 int (*playlist_get_display_index)(void);
975}; 977};
976 978
977/* plugin header */ 979/* plugin header */