summaryrefslogtreecommitdiff
path: root/src/gcsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gcsd.c')
-rw-r--r--src/gcsd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gcsd.c b/src/gcsd.c
index b4beef9..1d7d163 100644
--- a/src/gcsd.c
+++ b/src/gcsd.c
@@ -54,8 +54,8 @@
#include "daemon.h"
#endif
-extern const uint8_t gcsd_lua_bytecode[];
-extern const uint32_t gcsd_lua_bytecode_len;
+extern const char gcsd_lua_bytecode[];
+extern const size_t gcsd_lua_bytecode_len;
#define LUA_MAIN_LOOP_FUNC "main_loop"