summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2008-09-22 19:59:00 +0000
committerFrank Gevaerts <frank@gevaerts.be>2008-09-22 19:59:00 +0000
commit0a1d3653bdd016493189e6cc4e318d2a5cdd77a8 (patch)
treebafd159cf178f7754d6c4d65b212ef8ff5cfabb9 /apps/plugin.h
parent726a63f309b553fec16de4e856ea71575498e3f4 (diff)
downloadrockbox-0a1d3653bdd016493189e6cc4e318d2a5cdd77a8.tar.gz
rockbox-0a1d3653bdd016493189e6cc4e318d2a5cdd77a8.zip
Add player name and rockbox version to the battery_bench output
This need appsversion in plugin_api git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18569 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index c6d258377f..409108d2d9 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -774,6 +774,7 @@ struct plugin_api {
774 void (*event_set_state)(struct event *e, unsigned int state); 774 void (*event_set_state)(struct event *e, unsigned int state);
775#endif 775#endif
776 776
777 const char *appsversion;
777 /* new stuff at the end, sort into place next time 778 /* new stuff at the end, sort into place next time
778 the API gets incompatible */ 779 the API gets incompatible */
779 780