diff options
Diffstat (limited to 'libopkg/pkg_hash.h')
-rw-r--r-- | libopkg/pkg_hash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libopkg/pkg_hash.h b/libopkg/pkg_hash.h index ed010ef..2f24eb3 100644 --- a/libopkg/pkg_hash.h +++ b/libopkg/pkg_hash.h @@ -48,6 +48,7 @@ pkg_t *pkg_hash_fetch_best_installation_candidate(abstract_pkg_t *apkg, int (*constraint_fcn)(pkg_t *pkg, void *data), void *cdata, int quiet); pkg_t *pkg_hash_fetch_best_installation_candidate_by_name(const char *name); pkg_t *pkg_hash_fetch_installed_by_name(const char *pkg_name); +pkg_vec_t *pkg_hash_fetch_installed_by_name_vec(const char *pkg_name); pkg_t *pkg_hash_fetch_installed_by_name_dest(const char *pkg_name, pkg_dest_t *dest); |