diff options
author | Allan McRae <allan@archlinux.org> | 2012-08-12 12:48:53 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2012-12-14 03:35:34 +0100 |
commit | 62f1c590fc26efe7047f7dcbeac8a0910cfb50a5 (patch) | |
tree | 1ef3f2289209fe26ba0c38c9f74cfb12ad9d8a92 /lib/libalpm/package.h | |
parent | 7a24f909fc21deb16271be5bc2cc5178f880c77a (diff) | |
download | pacman-62f1c590fc26efe7047f7dcbeac8a0910cfb50a5.tar.gz pacman-62f1c590fc26efe7047f7dcbeac8a0910cfb50a5.tar.xz |
Make alpm_pkg_find public
This function is particularly useful, so make it public.
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm/package.h')
-rw-r--r-- | lib/libalpm/package.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/package.h b/lib/libalpm/package.h index 313fe9dd..a915bc33 100644 --- a/lib/libalpm/package.h +++ b/lib/libalpm/package.h @@ -140,7 +140,6 @@ alpm_pkg_t *_alpm_pkg_load_internal(alpm_handle_t *handle, int _alpm_pkg_cmp(const void *p1, const void *p2); int _alpm_pkg_compare_versions(alpm_pkg_t *local_pkg, alpm_pkg_t *pkg); -alpm_pkg_t *_alpm_pkg_find(alpm_list_t *haystack, const char *needle); int _alpm_pkg_should_ignore(alpm_handle_t *handle, alpm_pkg_t *pkg); #endif /* _ALPM_PACKAGE_H */ |