diff options
Diffstat (limited to 'apps/plugin.h')
-rw-r--r-- | apps/plugin.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 06d8abaaee..8954373d23 100644 --- a/apps/plugin.h +++ b/apps/plugin.h | |||
@@ -791,6 +791,10 @@ struct plugin_api { | |||
791 | const char *appsversion; | 791 | const char *appsversion; |
792 | /* new stuff at the end, sort into place next time | 792 | /* new stuff at the end, sort into place next time |
793 | the API gets incompatible */ | 793 | the API gets incompatible */ |
794 | |||
795 | #if defined(HAVE_LCD_MODES) | ||
796 | void (*lcd_set_mode)(int mode); | ||
797 | #endif | ||
794 | }; | 798 | }; |
795 | 799 | ||
796 | /* plugin header */ | 800 | /* plugin header */ |