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 2275b309d7..43b9818ffd 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -145,7 +145,7 @@ void* plugin_get_buffer(size_t *buffer_size);
145#define PLUGIN_MAGIC 0x526F634B /* RocK */ 145#define PLUGIN_MAGIC 0x526F634B /* RocK */
146 146
147/* increase this every time the api struct changes */ 147/* increase this every time the api struct changes */
148#define PLUGIN_API_VERSION 200 148#define PLUGIN_API_VERSION 201
149 149
150/* update this to latest version if a change to the api struct breaks 150/* update this to latest version if a change to the api struct breaks
151 backwards compatibility (and please take the opportunity to sort in any 151 backwards compatibility (and please take the opportunity to sort in any
@@ -909,6 +909,7 @@ struct plugin_api {
909 909
910 /* new stuff at the end, sort into place next time 910 /* new stuff at the end, sort into place next time
911 the API gets incompatible */ 911 the API gets incompatible */
912 unsigned int (*thread_self)(void);
912}; 913};
913 914
914/* plugin header */ 915/* plugin header */