1
0
mirror of https://github.com/lunarmodules/luasocket.git synced 2025-04-08 09:56:43 +02:00

Made them independent of namespace.

This commit is contained in:
Diego Nehab 2003-07-05 06:11:32 +00:00
parent 90063f9e77
commit 3099704aff

@ -7,6 +7,7 @@
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
local Public, Private = {}, {} local Public, Private = {}, {}
local socket = _G[LUASOCKET_LIBNAME] -- get LuaSocket namespace
socket.url = Public socket.url = Public
----------------------------------------------------------------------------- -----------------------------------------------------------------------------