libopkg: clean up handling of unresolved dependencies
[project/opkg-lede.git] / libopkg / pkg_depends.h
index af897b239d037cc608b96484731b5e4c55e16792..de1dabf104f364ef12cb96e4de8e7490daf8674b 100644 (file)
@@ -89,7 +89,7 @@ char *pkg_depend_str(pkg_t * pkg, int index);
 void buildDependedUponBy(pkg_t * pkg, abstract_pkg_t * ab_pkg);
 int version_constraints_satisfied(depend_t * depends, pkg_t * pkg);
 int pkg_hash_fetch_unsatisfied_dependencies(pkg_t * pkg, pkg_vec_t * depends,
-                                           char ***unresolved);
+                                           char ***unresolved, int pre_check);
 pkg_vec_t *pkg_hash_fetch_conflicts(pkg_t * pkg);
 int pkg_dependence_satisfiable(depend_t * depend);
 const char *constraint_to_str(enum version_constraint c);