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, 4 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 3346a76e43..84501aca07 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -813,6 +813,10 @@ struct plugin_api {
813#if defined(HAVE_TAGCACHE) && defined(HAVE_TC_RAMCACHE) 813#if defined(HAVE_TAGCACHE) && defined(HAVE_TC_RAMCACHE)
814 bool (*tagcache_fill_tags)(struct mp3entry *id3, const char *filename); 814 bool (*tagcache_fill_tags)(struct mp3entry *id3, const char *filename);
815#endif 815#endif
816 int (*playlist_add)(const char *filename);
817 void (*playlist_sync)(struct playlist_info* playlist);
818 int (*playlist_remove_all_tracks)(struct playlist_info *playlist);
819 int (*playlist_create)(const char *dir, const char *file);
816}; 820};
817 821
818/* plugin header */ 822/* plugin header */