From b876296c9bc9f010c29d90b4e502fcda5f0bf0c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= Date: Tue, 15 Jun 2004 23:16:43 +0000 Subject: Moved battery_level() to the end, where it doesn't break backwards compatibility git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4750 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index c4fd101..9354fab 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -167,7 +167,6 @@ static struct plugin_api rockbox_api = { atoi, get_time, plugin_get_buffer, - battery_level, /* new stuff at the end, sort into place next time the API gets incompatible */ @@ -232,6 +231,7 @@ static struct plugin_api rockbox_api = { mas_codec_writereg, #endif #endif + battery_level, }; int plugin_load(char* plugin, void* parameter) -- cgit v1.1