| 123 | } |
| 124 | |
| 125 | static int meth_setstats(lua_State *L) { |
| 126 | p_unix un = (p_unix) auxiliar_checkclass(L, "unix{client}", 1); |
| 127 | return buffer_meth_setstats(L, &un->buf); |
| 128 | } |
| 129 | |
| 130 | /*-------------------------------------------------------------------------*\ |
| 131 | * Just call option handler |
nothing calls this directly
no test coverage detected