summaryrefslogtreecommitdiff
path: root/lib/rpmtypes.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/rpmtypes.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/rpmtypes.h')
-rw-r--r--lib/rpmtypes.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/rpmtypes.h b/lib/rpmtypes.h
index 75a825a65..0117ffd8d 100644
--- a/lib/rpmtypes.h
+++ b/lib/rpmtypes.h
@@ -20,6 +20,17 @@ typedef uint32_t rpm_count_t;
typedef void * rpm_data_t;
typedef const void * rpm_constdata_t;
+typedef struct rpmts_s * rpmts;
+typedef struct rpmte_s * rpmte;
+typedef struct rpmds_s * rpmds;
+typedef struct rpmfi_s * rpmfi;
+typedef struct rpmdb_s * rpmdb;
+typedef struct rpmdbMatchIterator_s * rpmdbMatchIterator;
+
+typedef struct rpmgi_s * rpmgi;
+
+typedef struct rpmSpec_s * rpmSpec;
+
#ifdef __cplusplus
}
#endif