summaryrefslogtreecommitdiff
path: root/lib/rpmts.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2012-11-01 09:45:15 +0200
committerPanu Matilainen <pmatilai@redhat.com>2012-11-01 09:59:57 +0200
commit3ff6fdd688b8491acc14ad99a830607c1a80f3a7 (patch)
tree27c8f4abe8f6d62ec737eec7338caeb4df16a557 /lib/rpmts.h
parent5ecfdcea4e80e58f133ffddd69130ee8df28b2ac (diff)
downloadlibrpm-tizen-3ff6fdd688b8491acc14ad99a830607c1a80f3a7.tar.gz
librpm-tizen-3ff6fdd688b8491acc14ad99a830607c1a80f3a7.tar.bz2
librpm-tizen-3ff6fdd688b8491acc14ad99a830607c1a80f3a7.zip
Hide the strpool-related rpmts/rpmfi/rpmds interfaces out of sight for now
- In the package/transaction related things the strpool is more of an internal implementation detail than an end-goal in itself, move string pool related interfaces of rpmts, rpmfi and rpmds to internal-only APIs for now. The kind interfaces we'll want to eventually export a) dont exist yet and b) are likely to be something very different. - The string pool itself remains exported however, its a handy data structure for all sorts of things and both librpm and librpmbuild heavily use it already.
Diffstat (limited to 'lib/rpmts.h')
-rw-r--r--lib/rpmts.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/rpmts.h b/lib/rpmts.h
index 2f0dcaff8..0b8d970e7 100644
--- a/lib/rpmts.h
+++ b/lib/rpmts.h
@@ -527,13 +527,6 @@ int rpmtsSetNotifyCallback(rpmts ts,
rpmts rpmtsCreate(void);
/** \ingroup rpmts
- * Return transaction global string pool handle
- * @param ts transaction set
- * @return string pool handle (weak ref)
- */
-rpmstrPool rpmtsPool(rpmts ts);
-
-/** \ingroup rpmts
* Add package to be installed to transaction set.
*
* The transaction set is checked for duplicate package names.