[][src]Function pspsdk_sys::sdk::sceHttpDeleteHeader

pub unsafe extern "C" fn sceHttpDeleteHeader(
    id: c_int,
    name: *const c_char
) -> c_int

Delete content header

@param id - ID of the template, connection or request @param name - Name of the content @return 0 on success, < 0 on error.