summaryrefslogtreecommitdiff
path: root/docs/PLUGIN_API.new
diff options
context:
space:
mode:
Diffstat (limited to 'docs/PLUGIN_API.new')
-rw-r--r--docs/PLUGIN_API.new2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/PLUGIN_API.new b/docs/PLUGIN_API.new
index d54d7a1ce0..876af375a2 100644
--- a/docs/PLUGIN_API.new
+++ b/docs/PLUGIN_API.new
@@ -851,7 +851,7 @@ int kbd_input(char* buffer, int buflen)
851 \group misc 851 \group misc
852 \param buffer 852 \param buffer
853 \param buflen 853 \param buflen
854 \return FALSE upon success 854 \return 0 upon success, negative upon failure
855 \description Prompt for a string to be stored in =buffer= which is of length =buflen= 855 \description Prompt for a string to be stored in =buffer= which is of length =buflen=
856 856
857void lcd_bitmap(const fb_data *src, int x, int y, int width, int height) 857void lcd_bitmap(const fb_data *src, int x, int y, int width, int height)