diff options
Diffstat (limited to '')
-rw-r--r-- | src/io.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -2,11 +2,9 @@ | |||
2 | * Input/Output abstraction | 2 | * Input/Output abstraction |
3 | * LuaSocket toolkit | 3 | * LuaSocket toolkit |
4 | \*=========================================================================*/ | 4 | \*=========================================================================*/ |
5 | #include "luasocket.h" | ||
5 | #include "io.h" | 6 | #include "io.h" |
6 | 7 | ||
7 | /*=========================================================================*\ | ||
8 | * Exported functions | ||
9 | \*=========================================================================*/ | ||
10 | /*-------------------------------------------------------------------------*\ | 8 | /*-------------------------------------------------------------------------*\ |
11 | * Initializes C structure | 9 | * Initializes C structure |
12 | \*-------------------------------------------------------------------------*/ | 10 | \*-------------------------------------------------------------------------*/ |