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/buffer.c | |
parent | 307603b24dde69eac62d2cb52123488137520c9c (diff) | |
download | luasocket-f18d1b7cd0ec4708518ab5e18ea33b6eadca0301.tar.gz luasocket-f18d1b7cd0ec4708518ab5e18ea33b6eadca0301.tar.bz2 luasocket-f18d1b7cd0ec4708518ab5e18ea33b6eadca0301.zip |
Closer to release...
Diffstat (limited to 'src/buffer.c')
-rw-r--r-- | src/buffer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index 2938b52..73df8b3 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
@@ -3,6 +3,8 @@ | |||
3 | * Lua methods: | 3 | * Lua methods: |
4 | * send: unbuffered send using C base_send | 4 | * send: unbuffered send using C base_send |
5 | * receive: buffered read using C base_receive | 5 | * receive: buffered read using C base_receive |
6 | * | ||
7 | * RCS ID: $Id$ | ||
6 | \*=========================================================================*/ | 8 | \*=========================================================================*/ |
7 | #include <lua.h> | 9 | #include <lua.h> |
8 | #include <lauxlib.h> | 10 | #include <lauxlib.h> |