From 5814551865df5cfb172f1e401c6807b463766bf8 Mon Sep 17 00:00:00 2001 From: Dan Everton Date: Tue, 8 Aug 2006 10:46:39 +0000 Subject: Add disktidy plugin (FS#2596). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10482 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 69fbea9a22..b764d860c3 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -104,7 +104,7 @@ #define PLUGIN_MAGIC 0x526F634B /* RocK */ /* increase this every time the api struct changes */ -#define PLUGIN_API_VERSION 26 +#define PLUGIN_API_VERSION 27 /* update this to latest version if a change to the api struct breaks backwards compatibility (and please take the opportunity to sort in any @@ -546,6 +546,7 @@ struct plugin_api { int x, int y, int width, int height); #endif + int (*PREFIX(rmdir))(const char *name); }; /* plugin header */ -- cgit v1.2.3