summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 20df7e72f2..286a5e2794 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -158,7 +158,7 @@ int plugin_open(const char *plugin, const char *parameter);
158#define PLUGIN_MAGIC 0x526F634B /* RocK */ 158#define PLUGIN_MAGIC 0x526F634B /* RocK */
159 159
160/* increase this every time the api struct changes */ 160/* increase this every time the api struct changes */
161#define PLUGIN_API_VERSION 264 161#define PLUGIN_API_VERSION 265
162 162
163/* update this to latest version if a change to the api struct breaks 163/* update this to latest version if a change to the api struct breaks
164 backwards compatibility (and please take the opportunity to sort in any 164 backwards compatibility (and please take the opportunity to sort in any
@@ -954,6 +954,7 @@ struct plugin_api {
954#ifdef HAVE_TAGCACHE 954#ifdef HAVE_TAGCACHE
955 bool (*tagtree_subentries_do_action)(bool (*action_cb)(const char *file_name)); 955 bool (*tagtree_subentries_do_action)(bool (*action_cb)(const char *file_name));
956#endif 956#endif
957 void (*adjust_volume)(int steps);
957}; 958};
958 959
959/* plugin header */ 960/* plugin header */