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, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 430c15a2a6..acaee27687 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -927,7 +927,7 @@ struct plugin_api {
927 int (*rand)(void); 927 int (*rand)(void);
928 void (*qsort)(void *base, size_t nmemb, size_t size, 928 void (*qsort)(void *base, size_t nmemb, size_t size,
929 int(*compar)(const void *, const void *)); 929 int(*compar)(const void *, const void *));
930 int (*kbd_input)(char* buffer, int buflen); 930 int (*kbd_input)(char* buffer, int buflen, unsigned short *kbd);
931 struct tm* (*get_time)(void); 931 struct tm* (*get_time)(void);
932 int (*set_time)(const struct tm *tm); 932 int (*set_time)(const struct tm *tm);
933 struct tm * (*gmtime_r)(const time_t *timep, struct tm *tm); 933 struct tm * (*gmtime_r)(const time_t *timep, struct tm *tm);