aboutsummaryrefslogtreecommitdiff
path: root/src/options.c
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-01-21 20:16:48 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-01-21 20:16:48 +0000
commit42e0e74487ca62b58a8a1fa06580154c632b4942 (patch)
treeff258bb7dde0c43ac267c384efe63cf6105d3677 /src/options.c
parent195069cf5f929f445b0ce20e531cd482d2559083 (diff)
downloadluasocket-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.c1
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
7static int opt_setmembership(lua_State *L, p_sock ps, int level, int name); 8static int opt_setmembership(lua_State *L, p_sock ps, int level, int name);
8static int opt_setboolean(lua_State *L, p_sock ps, int level, int name); 9static int opt_setboolean(lua_State *L, p_sock ps, int level, int name);