[package] iwinfo: add initial hardware detection capabilities
[openwrt.git] / package / iwinfo / src / include / iwinfo / lua.h
index 65a3a5c..d976c0c 100644 (file)
                return 1;                                                                               \
        }
 
-#define LUA_WRAP_LIST(type,op)                                                 \
+#define LUA_WRAP_STRUCT(type,op)                                               \
        static int iwinfo_L_##type##_##op(lua_State *L)         \
        {                                                                                                       \
                return iwinfo_L_##op(L, type##_get_##op);               \
        }
 
 #endif
-
This page took 0.023112 seconds and 4 git commands to generate.