diff options
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |