// // wax_http.h // Rentals // // Created by ProbablyInteractive on 7/13/09. // Copyright 2009 Probably Interactive. All rights reserved. // #import //#import "lua.h" #import #define WAX_HTTP_METATABLE_NAME "wax.http" int luaopen_wax_http(lua_State *L);