summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index cf6a1bc4e4..c54ef180ec 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -954,6 +954,7 @@ struct plugin_api {
954 bool (*tagtree_subentries_do_action)(bool (*action_cb)(const char *file_name)); 954 bool (*tagtree_subentries_do_action)(bool (*action_cb)(const char *file_name));
955#endif 955#endif
956 void (*adjust_volume)(int steps); 956 void (*adjust_volume)(int steps);
957 void (*playlist_set_modified)(struct playlist_info *playlist, bool modified);
957}; 958};
958 959
959/* plugin header */ 960/* plugin header */