diff options
author | Benedikt Morbach <benedikt.morbach@googlemail.com> | 2011-07-18 01:54:06 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-03-09 00:26:46 +0100 |
commit | e85e77e6f9f0979a16d69cd93ee6ea35583e9bfb (patch) | |
tree | 9620ed6fb2efcd866dd1cff1b7e7cdfc1846e3ea /lib/libalpm/alpm.h | |
parent | 00f29cbc14ec24f1e432eadaf35742857285a01a (diff) | |
download | pacman-e85e77e6f9f0979a16d69cd93ee6ea35583e9bfb.tar.gz pacman-e85e77e6f9f0979a16d69cd93ee6ea35583e9bfb.tar.xz |
Hook new optdepend structures up
No new behaviour introduced, everything should work exactly as before.
Dan: refactored to use the single alpm_depend_t structure.
Signed-off-by: Benedikt Morbach <benedikt.morbach@googlemail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
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 8a418dc0..a6b7c789 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -820,7 +820,7 @@ alpm_list_t *alpm_pkg_get_depends(alpm_pkg_t *pkg); /** Returns the list of package optional dependencies. * @param pkg a pointer to package - * @return a reference to an internal list of strings. + * @return a reference to an internal list of alpm_depend_t structures. */ alpm_list_t *alpm_pkg_get_optdepends(alpm_pkg_t *pkg); |