Function alpm_sys::alpm_db_get_cache_servers

source ยท
pub unsafe extern "C" fn alpm_db_get_cache_servers(
    db: *const alpm_db_t,
) -> *mut alpm_list_t
Expand description

Get the list of cache servers assigned to this db. @param db pointer to the database to get the servers from @return a char* list of servers