summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 17c36fa8b1..2bcd93e3ad 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -894,6 +894,8 @@ struct plugin_api {
894 894
895 /* new stuff at the end, sort into place next time 895 /* new stuff at the end, sort into place next time
896 the API gets incompatible */ 896 the API gets incompatible */
897
898 void (*lcd_putsf)(int x, int y, const unsigned char *fmt, ...);
897}; 899};
898 900
899/* plugin header */ 901/* plugin header */