diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-03-28 21:08:50 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-03-28 21:08:50 +0000 |
commit | f18d1b7cd0ec4708518ab5e18ea33b6eadca0301 (patch) | |
tree | e831c6b1957af47db1301675b52c0d2a2e315fa7 /src/inet.h | |
parent | 307603b24dde69eac62d2cb52123488137520c9c (diff) | |
download | luasocket-f18d1b7cd0ec4708518ab5e18ea33b6eadca0301.tar.gz luasocket-f18d1b7cd0ec4708518ab5e18ea33b6eadca0301.tar.bz2 luasocket-f18d1b7cd0ec4708518ab5e18ea33b6eadca0301.zip |
Closer to release...
Diffstat (limited to 'src/inet.h')
-rw-r--r-- | src/inet.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ | |||
1 | /*=========================================================================*\ | 1 | /*=========================================================================*\ |
2 | * Internet domain class | 2 | * Internet domain class: inherits from the Socket class, and implement |
3 | * a few methods shared by all internet related objects | ||
4 | * | ||
3 | * RCS ID: $Id$ | 5 | * RCS ID: $Id$ |
4 | \*=========================================================================*/ | 6 | \*=========================================================================*/ |
5 | #ifndef INET_H_ | 7 | #ifndef INET_H_ |