summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDan Everton <dan@iocaine.org>2006-03-05 21:48:21 +0000
committerDan Everton <dan@iocaine.org>2006-03-05 21:48:21 +0000
commit03b8708f9e7d79189326795785d87f57367fc78c (patch)
tree9a59f4dc31ac52acc3a0bc0535d88ae9659e2b7c /apps
parent149df9794ee3513cd815c095ad3cb65e4346d6a4 (diff)
downloadrockbox-03b8708f9e7d79189326795785d87f57367fc78c.tar.gz
rockbox-03b8708f9e7d79189326795785d87f57367fc78c.zip
Correct plugin min API version.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8921 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index be8b01c0a9..81a58626bf 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -104,7 +104,7 @@
104/* update this to latest version if a change to the api struct breaks 104/* update this to latest version if a change to the api struct breaks
105 backwards compatibility (and please take the opportunity to sort in any 105 backwards compatibility (and please take the opportunity to sort in any
106 new function which are "waiting" at the end of the function table) */ 106 new function which are "waiting" at the end of the function table) */
107#define PLUGIN_MIN_API_VERSION 8 107#define PLUGIN_MIN_API_VERSION 10
108 108
109/* plugin return codes */ 109/* plugin return codes */
110enum plugin_status { 110enum plugin_status {