blob/blobmsg: use 32 bit load/store for 64 bit access, unaligned attributes cause...
[project/libubox.git] / lua / uloop.c
index 900e140..51f53c2 100644 (file)
@@ -226,6 +226,10 @@ static luaL_reg uloop_func[] = {
        {NULL, NULL},
 };
 
+/* avoid warnings about missing declarations */
+int luaopen_uloop(lua_State *L);
+int luaclose_uloop(lua_State *L);
+
 int luaopen_uloop(lua_State *L)
 {
        state = L;