From 48dad47df98bdec632e8930b6a97359dc2c428f5 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Wed, 2 Mar 2005 22:50:38 +0000 Subject: Added mkdir() to the plugin api. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6103 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index 75da662..fdabdbd 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) */ -- cgit v1.1