diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-02-05 11:43:38 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-02-05 11:43:38 +0200 |
commit | b12cb085232a586ebca8673ee766d9d6e826c8dd (patch) | |
tree | 36bf8950bc252e455738bf2b5b68cde4ea7dc503 /lib/rpmlib.h | |
parent | e1ca3be052b4f0bbc417489c3f97a00323630469 (diff) | |
download | rpm-b12cb085232a586ebca8673ee766d9d6e826c8dd.tar.gz rpm-b12cb085232a586ebca8673ee766d9d6e826c8dd.tar.bz2 rpm-b12cb085232a586ebca8673ee766d9d6e826c8dd.zip |
Port some rpmds improvements from rpm5.org
- rpmlib provides as rpmds, lose the special case hackery
- new functions rpmdsRpmlib() and rpmdsSearch() + python bindings for them
Diffstat (limited to 'lib/rpmlib.h')
-rw-r--r-- | lib/rpmlib.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/lib/rpmlib.h b/lib/rpmlib.h index babe0077f..f0df32814 100644 --- a/lib/rpmlib.h +++ b/lib/rpmlib.h @@ -202,17 +202,6 @@ rpmRC rpmInstallSourcePackage(rpmts ts, FD_t fd, char ** cookie); /** \ingroup rpmtrans - * Return copy of rpmlib internal provides. - * @retval provNames address of array of rpmlib internal provide names - * @retval provFlags address of array of rpmlib internal provide flags - * @retval provVersions address of array of rpmlib internal provide versions - * @return no. of entries - */ -int rpmGetRpmlibProvides(const char *** provNames, - rpmsenseFlags ** provFlags, - const char *** provVersions); - -/** \ingroup rpmtrans * Segmented string compare for version and/or release. * * @param a 1st string @@ -221,19 +210,6 @@ int rpmGetRpmlibProvides(const char *** provNames, */ int rpmvercmp(const char * a, const char * b); -/** \ingroup rpmtrans - * Check dependency against internal rpmlib feature provides. - * @param key dependency - * @return 1 if dependency overlaps, 0 otherwise - */ -int rpmCheckRpmlibProvides(const rpmds key); - -/** \ingroup rpmcli - * Display current rpmlib feature provides. - * @param fp output file handle - */ -void rpmShowRpmlibProvides(FILE * fp); - /** * Release storage used by file system usage cache. */ |