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 171ed7f1af..d1b743fb01 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -278,6 +278,7 @@ struct plugin_api {
278#endif 278#endif
279 279
280 void (*reset_poweroff_timer)(void); 280 void (*reset_poweroff_timer)(void);
281 bool (*mpeg_has_changed_track)(void);
281}; 282};
282 283
283/* defined by the plugin loader (plugin.c) */ 284/* defined by the plugin loader (plugin.c) */