X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=blobdiff_plain;f=libopkg%2Fpkg_depends.h;h=af897b239d037cc608b96484731b5e4c55e16792;hp=c051e51037ed44533b6566013ee6434fb5953354;hb=86b584d11972766499d33e780e2e04340df2639b;hpb=816d3304f7e6ff4fd6e4e6bceb0e9bbefc67032f diff --git a/libopkg/pkg_depends.h b/libopkg/pkg_depends.h index c051e51..af897b2 100644 --- a/libopkg/pkg_depends.h +++ b/libopkg/pkg_depends.h @@ -92,7 +92,6 @@ int pkg_hash_fetch_unsatisfied_dependencies(pkg_t * pkg, pkg_vec_t * depends, char ***unresolved); pkg_vec_t *pkg_hash_fetch_conflicts(pkg_t * pkg); int pkg_dependence_satisfiable(depend_t * depend); -int pkg_dependence_satisfied(depend_t * depend); const char *constraint_to_str(enum version_constraint c); compound_depend_t *pkg_get_depends(pkg_t *pkg, enum depend_type type);