pub unsafe extern "C" fn apr_socket_perms_set(
thesocket: *mut c_void,
perms: apr_fileperms_t,
uid: apr_uid_t,
gid: apr_gid_t,
) -> apr_status_tExpand description
Set socket permissions.
pub unsafe extern "C" fn apr_socket_perms_set(
thesocket: *mut c_void,
perms: apr_fileperms_t,
uid: apr_uid_t,
gid: apr_gid_t,
) -> apr_status_tSet socket permissions.