summaryrefslogtreecommitdiff
path: root/docs/PLUGIN_API
diff options
context:
space:
mode:
Diffstat (limited to 'docs/PLUGIN_API')
-rw-r--r--docs/PLUGIN_API2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/PLUGIN_API b/docs/PLUGIN_API
index feba0868fb..0498c0f2f3 100644
--- a/docs/PLUGIN_API
+++ b/docs/PLUGIN_API
@@ -739,7 +739,7 @@ Misc
739 int kbd_input(char *buffer, int buflen); 739 int kbd_input(char *buffer, int buflen);
740 740
741 Prompt for a string to be stored in buffer which is of length buflen. 741 Prompt for a string to be stored in buffer which is of length buflen.
742 Return FALSE upon success. 742 Return 0 upon success, negative on failure.
743 743
744 struct tm *get_time(void); 744 struct tm *get_time(void);
745 745