From 0a1d3653bdd016493189e6cc4e318d2a5cdd77a8 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Mon, 22 Sep 2008 19:59:00 +0000 Subject: 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 --- apps/plugin.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index aa24b327ca..6ef8623eea 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 */ -- cgit v1.2.3