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 75da6627be..fdabdbdc81 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -69,7 +69,7 @@
#endif
/* increase this every time the api struct changes */
-#define PLUGIN_API_VERSION 34
+#define PLUGIN_API_VERSION 35
/* update this to latest version if a change to the api struct breaks
backwards compatibility (and please take the opportunity to sort in any
@@ -313,6 +313,7 @@ struct plugin_api {
void (*cpu_boost)(bool on_off);
#endif
#endif
+ int (*PREFIX(mkdir))(const char *name, int mode);
};
/* defined by the plugin loader (plugin.c) */