apr_socket_close

Function apr_socket_close 

Source
pub unsafe extern "C" fn apr_socket_close(
    thesocket: *mut apr_socket_t,
) -> apr_status_t
Expand description

Close a socket. @param thesocket The socket to close