[][src]Function alpm_sys_fork::alpm_pkg_get_makedepends

pub unsafe extern "C" fn alpm_pkg_get_makedepends(
    pkg: *mut alpm_pkg_t
) -> *mut alpm_list_t

Returns a list of package make dependencies @param pkg a pointer to package @return a reference to an internal list of alpm_depend_t structures.