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