From 67c1a1e9d370a029c6f245f76af9a12f21e5ad70 Mon Sep 17 00:00:00 2001 From: Someguynamedpie Date: Wed, 27 Mar 2019 19:08:15 -0500 Subject: [PATCH] Added predeclaration to setoption --- src/unixstream.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/unixstream.c b/src/unixstream.c index 5044ea3..3fa2fc2 100644 --- a/src/unixstream.c +++ b/src/unixstream.c @@ -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);