diff options
Diffstat (limited to 'apps/plugin.h')
-rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index ec16376b11..1405ba3924 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -276,6 +276,8 @@ struct plugin_api { #ifdef HAVE_LCD_CHARCELLS void (*lcd_icon)(int icon, bool enable); #endif + + void (*reset_poweroff_timer)(void); }; /* defined by the plugin loader (plugin.c) */ |