Added predeclaration to setoption
This commit is contained in:
parent
e2540ac22c
commit
67c1a1e9d3
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ static int meth_receive(lua_State *L);
|
|||
static int meth_accept(lua_State *L);
|
||||
static int meth_close(lua_State *L);
|
||||
static int meth_setoption(lua_State *L);
|
||||
static int meth_getoption(lua_State *L);
|
||||
static int meth_settimeout(lua_State *L);
|
||||
static int meth_getfd(lua_State *L);
|
||||
static int meth_setfd(lua_State *L);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue