diff options
Diffstat (limited to 'src/udp.h')
-rw-r--r-- | src/udp.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -11,8 +11,6 @@ | |||
11 | * originally unconnected. They can be "connected" to a given address | 11 | * originally unconnected. They can be "connected" to a given address |
12 | * with a call to the setpeername function. The same function can be used to | 12 | * with a call to the setpeername function. The same function can be used to |
13 | * break the connection. | 13 | * break the connection. |
14 | * | ||
15 | * RCS ID: $Id$ | ||
16 | \*=========================================================================*/ | 14 | \*=========================================================================*/ |
17 | #include "lua.h" | 15 | #include "lua.h" |
18 | 16 | ||