summaryrefslogtreecommitdiff
path: root/lib/rpmlib.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-01-30 10:33:32 +0200
committerPanu Matilainen <pmatilai@redhat.com>2008-01-30 10:33:32 +0200
commit3952ef87858c56094d8287d542f3aedd4cef6987 (patch)
treeacf44757e46da9baafdca54934247f8edb519b0f /lib/rpmlib.h
parent3564b3a5ed2f2a6fe42fcab5af96f3cbc244fe96 (diff)
downloadlibrpm-tizen-3952ef87858c56094d8287d542f3aedd4cef6987.tar.gz
librpm-tizen-3952ef87858c56094d8287d542f3aedd4cef6987.tar.bz2
librpm-tizen-3952ef87858c56094d8287d542f3aedd4cef6987.zip
Move rpmts and other major data typedefs to rpmtypes from rpmlib
Diffstat (limited to 'lib/rpmlib.h')
-rw-r--r--lib/rpmlib.h42
1 files changed, 0 insertions, 42 deletions
diff --git a/lib/rpmlib.h b/lib/rpmlib.h
index 77840602b..11a4575a3 100644
--- a/lib/rpmlib.h
+++ b/lib/rpmlib.h
@@ -40,48 +40,6 @@ extern const char * rpmEVR;
extern int rpmFLAGS;
-/** \ingroup rpmtrans
- * The RPM Transaction Set.
- * Transaction sets are inherently unordered! RPM may reorder transaction
- * sets to reduce errors. In general, installs/upgrades are done before
- * strict removals, and prerequisite ordering is done on installs/upgrades.
- */
-typedef struct rpmts_s * rpmts;
-
-/** \ingroup rpmbuild
- */
-typedef struct rpmSpec_s * rpmSpec;
-
-/** \ingroup rpmds
- * Dependency tag sets from a header, so that a header can be discarded early.
- */
-typedef struct rpmds_s * rpmds;
-
-/** \ingroup rpmfi
- * File info tag sets from a header, so that a header can be discarded early.
- */
-typedef struct rpmfi_s * rpmfi;
-
-/** \ingroup rpmte
- * An element of a transaction set, i.e. a TR_ADDED or TR_REMOVED package.
- */
-typedef struct rpmte_s * rpmte;
-
-/** \ingroup rpmdb
- * Database of headers and tag value indices.
- */
-typedef struct rpmdb_s * rpmdb;
-
-/** \ingroup rpmdb
- * Database iterator.
- */
-typedef struct rpmdbMatchIterator_s * rpmdbMatchIterator;
-
-/** \ingroup rpmgi
- * Generalized iterator.
- */
-typedef struct rpmgi_s * rpmgi;
-
/** \ingroup header
* Translate and merge legacy signature tags into header.
* @todo Remove headerSort() through headerInitIterator() modifies sig.