-------------------------------------------------------------------------*\ * Unloads the library \*-------------------------------------------------------------------------*/
| 63 | * Unloads the library |
| 64 | \*-------------------------------------------------------------------------*/ |
| 65 | static int global_unload(lua_State *L) { |
| 66 | (void) L; |
| 67 | socket_close(); |
| 68 | return 0; |
| 69 | } |
| 70 | |
| 71 | /*-------------------------------------------------------------------------*\ |
| 72 | * Setup basic stuff. |
nothing calls this directly
no test coverage detected