summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-03-26 22:33:25 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-03-26 22:33:25 +0000
commit6f4d721d23946632d2a428884ee990e61f43434e (patch)
treec718808a35ab00d7e8b189d4e52690621dfbcbcb /apps/plugin.h
parentb76e4ec5f27086b8c3b08ef4b2c90d94d93ca83b (diff)
downloadrockbox-6f4d721d23946632d2a428884ee990e61f43434e.tar.gz
rockbox-6f4d721d23946632d2a428884ee990e61f43434e.zip
Basic plugin playback control menu by Jonathan Gordon (Patch #4874)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9269 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 99dd3dc6ea..f046dee50e 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -470,6 +470,8 @@ struct plugin_api {
470 470
471 /* new stuff at the end, sort into place next time 471 /* new stuff at the end, sort into place next time
472 the API gets incompatible */ 472 the API gets incompatible */
473 bool (*set_sound)(const unsigned char * string,
474 int* variable, int setting);
473 475
474}; 476};
475 477