summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index e0a7b083b9..e66f1a3b3c 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -195,6 +195,7 @@ struct plugin_api {
195 int (*atoi)(const char *str); 195 int (*atoi)(const char *str);
196 struct tm* (*get_time)(void); 196 struct tm* (*get_time)(void);
197 void* (*plugin_get_buffer)(int* buffer_size); 197 void* (*plugin_get_buffer)(int* buffer_size);
198 int (*battery_level)(void);
198 199
199 /* new stuff, sort in next time the API gets broken! */ 200 /* new stuff, sort in next time the API gets broken! */
200#ifndef HAVE_LCD_CHARCELLS 201#ifndef HAVE_LCD_CHARCELLS