summaryrefslogtreecommitdiffstats
path: root/apps/plugins/lua/rockconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua/rockconf.h')
-rw-r--r--apps/plugins/lua/rockconf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/lua/rockconf.h b/apps/plugins/lua/rockconf.h
index 7ae2245c3a..1b267c78e6 100644
--- a/apps/plugins/lua/rockconf.h
+++ b/apps/plugins/lua/rockconf.h
@@ -43,8 +43,10 @@
extern char curpath[MAX_PATH];
void *dlrealloc(void *ptr, size_t size);
void dlfree(void *ptr);
+struct tm *gmtime(const time_t *timep);
long strtol(const char *nptr, char **endptr, int base);
unsigned long strtoul(const char *str, char **endptr, int base);
+size_t strftime(char* dst, size_t max, const char* format, const struct tm* tm);
long floor(long x);
long pow(long x, long y);