aboutsummaryrefslogtreecommitdiff
path: root/src/socket.lua
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-06-14 04:29:23 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-06-14 04:29:23 +0000
commit65c35845c54c7f84b1cf5b0e3d4c7bbdaf1014e3 (patch)
treef6e3f1a31451281ac2a347c3080e9749456dac29 /src/socket.lua
parent8b114f3bf4ccea3b065551fa94649a9e45935b5b (diff)
downloadluasocket-65c35845c54c7f84b1cf5b0e3d4c7bbdaf1014e3.tar.gz
luasocket-65c35845c54c7f84b1cf5b0e3d4c7bbdaf1014e3.tar.bz2
luasocket-65c35845c54c7f84b1cf5b0e3d4c7bbdaf1014e3.zip
Working on the manual.
Diffstat (limited to 'src/socket.lua')
-rw-r--r--src/socket.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/socket.lua b/src/socket.lua
index 9a523fe..d1c7846 100644
--- a/src/socket.lua
+++ b/src/socket.lua
@@ -7,8 +7,7 @@
7----------------------------------------------------------------------------- 7-----------------------------------------------------------------------------
8-- Declare module and import dependencies 8-- Declare module and import dependencies
9----------------------------------------------------------------------------- 9-----------------------------------------------------------------------------
10package.loaded.base = _G 10local base = _G
11local base = require("base")
12local string = require("string") 11local string = require("string")
13local math = require("math") 12local math = require("math")
14local socket = require("csocket") 13local socket = require("csocket")