iwinfo: add initial hardware detection capabilities
[openwrt/staging/lynxis/omap.git] / package / iwinfo / src / include / iwinfo / lua.h
index 65a3a5cb910930346b52e559a01c6531870ad3a1..d976c0cf467cd4c5db9026f534cccea108da862e 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
-