summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy/rockboy.c
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2008-10-18 23:50:05 +0000
committerFrank Gevaerts <frank@gevaerts.be>2008-10-18 23:50:05 +0000
commit8c085110137ca54d715df09432f7f0d35c2ca823 (patch)
tree1d6aeed406ca444a082d0df7522866a62a9809d3 /apps/plugins/rockboy/rockboy.c
parentae7391b187669a89c9c7d0f30400946ab741c7fe (diff)
downloadrockbox-8c085110137ca54d715df09432f7f0d35c2ca823.tar.gz
rockbox-8c085110137ca54d715df09432f7f0d35c2ca823.zip
revert plugin_api part of r18830, as this was the wrong solution for those
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18831 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/rockboy/rockboy.c')
-rw-r--r--apps/plugins/rockboy/rockboy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/rockboy/rockboy.c b/apps/plugins/rockboy/rockboy.c
index 57dbd21590..1addef2e44 100644
--- a/apps/plugins/rockboy/rockboy.c
+++ b/apps/plugins/rockboy/rockboy.c
@@ -32,7 +32,7 @@ PLUGIN_IRAM_DECLARE
32/* here is a global api struct pointer. while not strictly necessary, 32/* here is a global api struct pointer. while not strictly necessary,
33 it's nice not to have to pass the api pointer in all function calls 33 it's nice not to have to pass the api pointer in all function calls
34 in the plugin */ 34 in the plugin */
35bool plugbuf; 35const struct plugin_api* rb;
36int shut,cleanshut; 36int shut,cleanshut;
37char *errormsg; 37char *errormsg;
38 38