summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index cc5acb0270..29e7f5d318 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -79,6 +79,7 @@
79#include "rbunicode.h" 79#include "rbunicode.h"
80#include "list.h" 80#include "list.h"
81#include "tree.h" 81#include "tree.h"
82#include "color_picker.h"
82 83
83#ifdef HAVE_REMOTE_LCD 84#ifdef HAVE_REMOTE_LCD
84#include "lcd-remote.h" 85#include "lcd-remote.h"
@@ -621,6 +622,10 @@ struct plugin_api {
621 const char* yes_str, int yes_voice, 622 const char* yes_str, int yes_voice,
622 const char* no_str, int no_voice, 623 const char* no_str, int no_voice,
623 void (*function)(bool)); 624 void (*function)(bool));
625#ifdef HAVE_LCD_COLOR
626 bool (*set_color)(struct screen *display, char *title, unsigned *color,
627 unsigned banned_color);
628#endif
624}; 629};
625 630
626/* plugin header */ 631/* plugin header */