summaryrefslogtreecommitdiff
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lua/rockconf.h b/apps/plugins/lua/rockconf.h
index 6a1141f86a..503c2c7dec 100644
--- a/apps/plugins/lua/rockconf.h
+++ b/apps/plugins/lua/rockconf.h
@@ -48,6 +48,7 @@ unsigned long strtoul(const char *str, char **endptr, int base);
48size_t strftime(char* dst, size_t max, const char* format, const struct tm* tm); 48size_t strftime(char* dst, size_t max, const char* format, const struct tm* tm);
49long lfloor(long x); 49long lfloor(long x);
50long lpow(long x, long y); 50long lpow(long x, long y);
51int splash_scroller(int timeout, const char* str);
51 52
52#define floor lfloor 53#define floor lfloor
53#define pow lpow 54#define pow lpow