summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index a504e2e841..9d3ef8e366 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -284,8 +284,8 @@ struct plugin_api {
284 unsigned char *buf, int num_frames, 284 unsigned char *buf, int num_frames,
285 unsigned long header_template, 285 unsigned long header_template,
286 void (*progressfunc)(int), bool generate_toc); 286 void (*progressfunc)(int), bool generate_toc);
287 unsigned long (*find_next_frame)(int fd, int *offset, 287 unsigned long (*find_next_frame)(int fd, long *offset,
288 int max_offset, unsigned long last_header); 288 long max_offset, unsigned long last_header);
289 int (*battery_level)(void); 289 int (*battery_level)(void);
290 bool (*battery_level_safe)(void); 290 bool (*battery_level_safe)(void);
291#if (CONFIG_HWCODEC == MAS3587F) || (CONFIG_HWCODEC == MAS3539F) 291#if (CONFIG_HWCODEC == MAS3587F) || (CONFIG_HWCODEC == MAS3539F)