diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2008-09-22 19:59:00 +0000 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2008-09-22 19:59:00 +0000 |
| commit | 0a1d3653bdd016493189e6cc4e318d2a5cdd77a8 (patch) | |
| tree | bafd159cf178f7754d6c4d65b212ef8ff5cfabb9 /apps/plugin.c | |
| parent | 726a63f309b553fec16de4e856ea71575498e3f4 (diff) | |
| download | rockbox-0a1d3653bdd016493189e6cc4e318d2a5cdd77a8.zip rockbox-0a1d3653bdd016493189e6cc4e318d2a5cdd77a8.tar.gz rockbox-0a1d3653bdd016493189e6cc4e318d2a5cdd77a8.tar.bz2 rockbox-0a1d3653bdd016493189e6cc4e318d2a5cdd77a8.tar.xz | |
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.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index aa24b32..6ef8623 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -37,6 +37,7 @@ #include "logf.h" #include "option_select.h" #include "talk.h" +#include "version.h" #if CONFIG_CHARGING #include "power.h" @@ -616,6 +617,7 @@ static const struct plugin_api rockbox_api = { event_wait, event_set_state, #endif + appsversion, /* new stuff at the end, sort into place next time the API gets incompatible */ |