diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-21 20:16:48 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-21 20:16:48 +0000 |
| commit | 42e0e74487ca62b58a8a1fa06580154c632b4942 (patch) | |
| tree | ff258bb7dde0c43ac267c384efe63cf6105d3677 /src/options.c | |
| parent | 195069cf5f929f445b0ce20e531cd482d2559083 (diff) | |
| download | luasocket-42e0e74487ca62b58a8a1fa06580154c632b4942.tar.gz luasocket-42e0e74487ca62b58a8a1fa06580154c632b4942.tar.bz2 luasocket-42e0e74487ca62b58a8a1fa06580154c632b4942.zip | |
Adjusted wsocket to match usocket. Adjusted windows projects.
Diffstat (limited to 'src/options.c')
| -rw-r--r-- | src/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.c b/src/options.c index 32a98d6..972844f 100644 --- a/src/options.c +++ b/src/options.c | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | #include "auxiliar.h" | 4 | #include "auxiliar.h" |
| 5 | #include "options.h" | 5 | #include "options.h" |
| 6 | #include "inet.h" | ||
| 6 | 7 | ||
| 7 | static int opt_setmembership(lua_State *L, p_sock ps, int level, int name); | 8 | static int opt_setmembership(lua_State *L, p_sock ps, int level, int name); |
| 8 | static int opt_setboolean(lua_State *L, p_sock ps, int level, int name); | 9 | static int opt_setboolean(lua_State *L, p_sock ps, int level, int name); |
