summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 2bcd93e3ad..2f187f120b 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -896,6 +896,7 @@ struct plugin_api {
896 the API gets incompatible */ 896 the API gets incompatible */
897 897
898 void (*lcd_putsf)(int x, int y, const unsigned char *fmt, ...); 898 void (*lcd_putsf)(int x, int y, const unsigned char *fmt, ...);
899 void (*lcd_putsxyf)(int x, int y, const unsigned char *fmt, ...);
899}; 900};
900 901
901/* plugin header */ 902/* plugin header */