summaryrefslogtreecommitdiff
path: root/src/anylike.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/anylike.c')
-rw-r--r--src/anylike.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/anylike.c b/src/anylike.c
index dca1c54..88edee3 100644
--- a/src/anylike.c
+++ b/src/anylike.c
@@ -91,8 +91,8 @@ void cleanup_crypt()
#endif
}
-extern const u_int8_t anylike_lua_bytecode[];
-extern const u_int32_t anylike_lua_bytecode_len;
+extern const uint8_t anylike_lua_bytecode[];
+extern const uint32_t anylike_lua_bytecode_len;
#define LUA_MAIN_LOOP_FUNC "main_loop"