diff options
Diffstat (limited to 'docs/PLUGIN_API')
| -rw-r--r-- | docs/PLUGIN_API | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/PLUGIN_API b/docs/PLUGIN_API index feba086..0498c0f 100644 --- a/docs/PLUGIN_API +++ b/docs/PLUGIN_API @@ -739,7 +739,7 @@ Misc int kbd_input(char *buffer, int buflen); Prompt for a string to be stored in buffer which is of length buflen. - Return FALSE upon success. + Return 0 upon success, negative on failure. struct tm *get_time(void); |