From 0b7a99e65bb95cd86d8846a21fce1cfc2b0b7495 Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Sun, 14 Dec 2008 23:18:06 -0500 Subject: * Rename top level ipkg directory to opkg git-svn-id: http://opkg.googlecode.com/svn/trunk@8 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'pkg_depends.h') diff --git a/pkg_depends.h b/pkg_depends.h index 41502ae..b0066ce 100644 --- a/pkg_depends.h +++ b/pkg_depends.h @@ -97,9 +97,9 @@ void buildDependedUponBy(pkg_t * pkg, abstract_pkg_t * ab_pkg); void freeDepends(pkg_t *pkg); void printDepends(pkg_t * pkg); int version_constraints_satisfied(depend_t * depends, pkg_t * pkg); -int pkg_hash_fetch_unsatisfied_dependencies(ipkg_conf_t *conf, pkg_t * pkg, pkg_vec_t *depends, char *** unresolved); +int pkg_hash_fetch_unsatisfied_dependencies(opkg_conf_t *conf, pkg_t * pkg, pkg_vec_t *depends, char *** unresolved); pkg_vec_t * pkg_hash_fetch_conflicts(hash_table_t * hash, pkg_t * pkg); -int pkg_dependence_satisfiable(ipkg_conf_t *conf, depend_t *depend); -int pkg_dependence_satisfied(ipkg_conf_t *conf, depend_t *depend); +int pkg_dependence_satisfiable(opkg_conf_t *conf, depend_t *depend); +int pkg_dependence_satisfied(opkg_conf_t *conf, depend_t *depend); #endif -- cgit v0.9.1