summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-07-21 08:02:23 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-07-21 08:02:23 +0000
commita754dd84b82c9aa92e7b94d0154e67500607a6a7 (patch)
treeea8f4865df30e90bdddebbe61f37aacbf19f0058 /apps/plugin.h
parent69697aefe84f3e576daad595259a8dd16b00ea99 (diff)
downloadrockbox-a754dd84b82c9aa92e7b94d0154e67500607a6a7.tar.gz
rockbox-a754dd84b82c9aa92e7b94d0154e67500607a6a7.zip
Added raw button reading functionality
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4907 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 c2243a59fb..b93d406498 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -289,6 +289,8 @@ struct plugin_api {
289#endif 289#endif
290 bool (*settings_parseline)(char* line, char** name, char** value); 290 bool (*settings_parseline)(char* line, char** name, char** value);
291 int (*strcmp)(const char *, const char *); 291 int (*strcmp)(const char *, const char *);
292 int (*button_status)(void);
293 void (*button_clear_queue)(void);
292}; 294};
293 295
294/* defined by the plugin loader (plugin.c) */ 296/* defined by the plugin loader (plugin.c) */