diff options
Diffstat (limited to 'apps/plugin.h')
-rw-r--r-- | apps/plugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 75da6627be..fdabdbdc81 100644 --- a/apps/plugin.h +++ b/apps/plugin.h | |||
@@ -69,7 +69,7 @@ | |||
69 | #endif | 69 | #endif |
70 | 70 | ||
71 | /* increase this every time the api struct changes */ | 71 | /* increase this every time the api struct changes */ |
72 | #define PLUGIN_API_VERSION 34 | 72 | #define PLUGIN_API_VERSION 35 |
73 | 73 | ||
74 | /* update this to latest version if a change to the api struct breaks | 74 | /* update this to latest version if a change to the api struct breaks |
75 | backwards compatibility (and please take the opportunity to sort in any | 75 | backwards compatibility (and please take the opportunity to sort in any |
@@ -313,6 +313,7 @@ struct plugin_api { | |||
313 | void (*cpu_boost)(bool on_off); | 313 | void (*cpu_boost)(bool on_off); |
314 | #endif | 314 | #endif |
315 | #endif | 315 | #endif |
316 | int (*PREFIX(mkdir))(const char *name, int mode); | ||
316 | }; | 317 | }; |
317 | 318 | ||
318 | /* defined by the plugin loader (plugin.c) */ | 319 | /* defined by the plugin loader (plugin.c) */ |