diff options
author | Aaron Griffin <aaron@archlinux.org> | 2007-02-12 05:45:21 +0100 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2007-02-12 05:45:21 +0100 |
commit | dfb1f1e23730c1d4e8aa5c041ed758063c81c692 (patch) | |
tree | b56ef8e6e60cf353f487fed505e7f6e4cb83e95e /lib/libalpm/alpm.h | |
parent | 9803ec306691a51db820a7f14fc240eae4c910e8 (diff) | |
download | pacman-dfb1f1e23730c1d4e8aa5c041ed758063c81c692.tar.gz pacman-dfb1f1e23730c1d4e8aa5c041ed758063c81c692.tar.xz |
* Updated the README file
* Removed the handle->needles param. It's not needed not that alpm_list_t is
public
Diffstat (limited to 'lib/libalpm/alpm.h')
-rw-r--r-- | lib/libalpm/alpm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index 262593cf..d4f6720f 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -179,7 +179,7 @@ alpm_list_t *alpm_db_whatprovides(pmdb_t *db, char *name); pmgrp_t *alpm_db_readgrp(pmdb_t *db, char *name); alpm_list_t *alpm_db_getgrpcache(pmdb_t *db); -alpm_list_t *alpm_db_search(pmdb_t *db); +alpm_list_t *alpm_db_search(pmdb_t *db, alpm_list_t* needles); /* * Packages |