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 2bcd93e..2f187f1 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -896,6 +896,7 @@ struct plugin_api { the API gets incompatible */ void (*lcd_putsf)(int x, int y, const unsigned char *fmt, ...); + void (*lcd_putsxyf)(int x, int y, const unsigned char *fmt, ...); }; /* plugin header */ |