diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/lp.lua | 10 |
1 files changed, 8 insertions, 2 deletions
| @@ -1,6 +1,12 @@ | |||
| 1 | 1 | ----------------------------------------------------------------------------- | |
| 2 | -- LPD support for the Lua language | ||
| 3 | -- LuaSocket toolkit. | ||
| 4 | -- Author: David Burgess | ||
| 5 | -- Modified by Diego Nehab, but David is in charge | ||
| 6 | -- RCS ID: $Id$ | ||
| 7 | ----------------------------------------------------------------------------- | ||
| 2 | --[[ | 8 | --[[ |
| 3 | if you have any questions RFC 1179 | 9 | if you have any questions: RFC 1179 |
| 4 | ]] | 10 | ]] |
| 5 | -- make sure LuaSocket is loaded | 11 | -- make sure LuaSocket is loaded |
| 6 | local socket = require("socket") | 12 | local socket = require("socket") |
