pkg_src_list_push: remove unused function
[oweals/opkg-lede.git] / libopkg / pkg_depends.h
index eeaa5ffe569be420154ef2222a624d8f6d402d8c..af897b239d037cc608b96484731b5e4c55e16792 100644 (file)
@@ -65,6 +65,7 @@ void parse_deplist(pkg_t *pkg, enum depend_type type, char *list);
 
 abstract_pkg_t **init_providelist(pkg_t *pkg, int *count);
 void parse_providelist(pkg_t *pkg, char *list);
+void parse_replacelist(pkg_t *pkg, char *list);
 
 /**
  * pkg_replaces returns 1 if pkg->replaces contains one of replacee's provides and 0
@@ -91,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);