From dd265830cb56057280728ffbfbbcc2d62db127c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= Date: Tue, 15 Jun 2004 22:54:37 +0000 Subject: Added battery_level() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4748 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 e0a7b08..e66f1a3 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -195,6 +195,7 @@ struct plugin_api { int (*atoi)(const char *str); struct tm* (*get_time)(void); void* (*plugin_get_buffer)(int* buffer_size); + int (*battery_level)(void); /* new stuff, sort in next time the API gets broken! */ #ifndef HAVE_LCD_CHARCELLS -- cgit v1.1