-------------------------------------------------------------------------*\ * \*-------------------------------------------------------------------------*/
| 151 | * |
| 152 | \*-------------------------------------------------------------------------*/ |
| 153 | void socket_shutdown(p_socket ps, int how) { |
| 154 | shutdown(*ps, how); |
| 155 | } |
| 156 | |
| 157 | /*-------------------------------------------------------------------------*\ |
| 158 | * Connects or returns error message |
no outgoing calls
no test coverage detected