diff options
Diffstat (limited to 'apps/plugins/clock/clock.h')
| -rw-r--r-- | apps/plugins/clock/clock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/clock/clock.h b/apps/plugins/clock/clock.h index eeb0438..76822ec 100644 --- a/apps/plugins/clock/clock.h +++ b/apps/plugins/clock/clock.h @@ -20,7 +20,7 @@ #ifndef _CLOCK_ #define _CLOCK_ #include "clock_settings.h" -extern struct plugin_api* rb; +extern const struct plugin_api* rb; struct time{ int year, day, month; |