diff options
Diffstat (limited to 'src/tcp.h')
-rw-r--r-- | src/tcp.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -13,8 +13,6 @@ | |||
13 | * objects are tcp objects bound to some local address. Client objects are | 13 | * objects are tcp objects bound to some local address. Client objects are |
14 | * tcp objects either connected to some address or returned by the accept | 14 | * tcp objects either connected to some address or returned by the accept |
15 | * method of a server object. | 15 | * method of a server object. |
16 | * | ||
17 | * RCS ID: $Id$ | ||
18 | \*=========================================================================*/ | 16 | \*=========================================================================*/ |
19 | #include "lua.h" | 17 | #include "lua.h" |
20 | 18 | ||