[][src]Function alpm_sys_fork::alpm_fetch_pkgurl

pub unsafe extern "C" fn alpm_fetch_pkgurl(
    handle: *mut alpm_handle_t,
    url: *const c_char
) -> *mut c_char

Fetch a remote pkg. @param handle the context handle @param url URL of the package to download @return the downloaded filepath on success, NULL on error