diff options
author | Stephan Gatzka <stephan.gatzka@gmail.com> | 2014-12-21 07:45:17 +0100 |
---|---|---|
committer | Stephan Gatzka <stephan.gatzka@gmail.com> | 2014-12-21 07:45:17 +0100 |
commit | 9178451ef9d97e99b31472ca287d203eca9a1a96 (patch) | |
tree | 9cb39f7170bf1940c191e649f836cabfe4ee90f6 | |
parent | c6f136c7f51917b4803e5fa7934682286ab06255 (diff) | |
download | luasocket-9178451ef9d97e99b31472ca287d203eca9a1a96.tar.gz luasocket-9178451ef9d97e99b31472ca287d203eca9a1a96.tar.bz2 luasocket-9178451ef9d97e99b31472ca287d203eca9a1a96.zip |
Add missing prototype for opt_get_reuseport().
-rw-r--r-- | src/options.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/options.h b/src/options.h index 5657a06..b75db37 100644 --- a/src/options.h +++ b/src/options.h | |||
@@ -51,7 +51,8 @@ int opt_get_error(lua_State *L, p_socket ps); | |||
51 | int opt_get_ip6_multicast_loop(lua_State *L, p_socket ps); | 51 | int opt_get_ip6_multicast_loop(lua_State *L, p_socket ps); |
52 | int opt_get_ip6_multicast_hops(lua_State *L, p_socket ps); | 52 | int opt_get_ip6_multicast_hops(lua_State *L, p_socket ps); |
53 | int opt_get_ip6_unicast_hops(lua_State *L, p_socket ps); | 53 | int opt_get_ip6_unicast_hops(lua_State *L, p_socket ps); |
54 | int opt_get_ip6_v6only(lua_State *L, p_socket ps); | 54 | int opt_get_ip6_v6only(lua_State *L, p_socket ps); |
55 | int opt_get_reuseport(lua_State *L, p_socket ps); | ||
55 | 56 | ||
56 | /* invokes the appropriate option handler */ | 57 | /* invokes the appropriate option handler */ |
57 | int opt_meth_setoption(lua_State *L, p_opt opt, p_socket ps); | 58 | int opt_meth_setoption(lua_State *L, p_opt opt, p_socket ps); |