From b2b5908e2c248f7d21bde6cee2c523b24793dfa1 Mon Sep 17 00:00:00 2001 From: graham.gower Date: Fri, 27 Nov 2009 00:32:52 -0500 Subject: Remove unused parameter from pkg_hash_fetch_best_installation_candidate(). git-svn-id: http://opkg.googlecode.com/svn/trunk@397 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/pkg_hash.h') diff --git a/libopkg/pkg_hash.h b/libopkg/pkg_hash.h index 48c9d69..1c6db86 100644 --- a/libopkg/pkg_hash.h +++ b/libopkg/pkg_hash.h @@ -41,8 +41,8 @@ pkg_t * pkg_hash_fetch_by_name_version(hash_table_t *hash, const char *pkg_name, const char * version); pkg_t *pkg_hash_fetch_best_installation_candidate(opkg_conf_t *conf, abstract_pkg_t *apkg, - int (*constraint_fcn)(pkg_t *pkg, void *data), void *cdata, int quiet, int *error); -pkg_t *pkg_hash_fetch_best_installation_candidate_by_name(opkg_conf_t *conf, const char *name, int *err); + int (*constraint_fcn)(pkg_t *pkg, void *data), void *cdata, int quiet); +pkg_t *pkg_hash_fetch_best_installation_candidate_by_name(opkg_conf_t *conf, const char *name); pkg_t *pkg_hash_fetch_installed_by_name(hash_table_t *hash, const char *pkg_name); pkg_t *pkg_hash_fetch_installed_by_name_dest(hash_table_t *hash, -- cgit v0.9.1