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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index c6d2583..409108d 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -774,6 +774,7 @@ struct plugin_api { void (*event_set_state)(struct event *e, unsigned int state); #endif + const char *appsversion; /* new stuff at the end, sort into place next time the API gets incompatible */ -- cgit v1.1