summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-01-30 10:57:15 +0200
committerPanu Matilainen <pmatilai@redhat.com>2008-01-30 10:57:15 +0200
commit8f4000b00b9e1a4c7db2eeca71fec1b47e3e0b63 (patch)
treef4ebe05bd7d2b944ab3871422cd51a245583c2fd /lib
parentebbcd155e71ef8ccfe4d3a4f6b6f00f67f089cda (diff)
downloadlibrpm-tizen-8f4000b00b9e1a4c7db2eeca71fec1b47e3e0b63.tar.gz
librpm-tizen-8f4000b00b9e1a4c7db2eeca71fec1b47e3e0b63.tar.bz2
librpm-tizen-8f4000b00b9e1a4c7db2eeca71fec1b47e3e0b63.zip
Move rpmalKey and rpmal to rpmtypes
Diffstat (limited to 'lib')
-rw-r--r--lib/rpmal.h8
-rw-r--r--lib/rpmtypes.h3
2 files changed, 3 insertions, 8 deletions
diff --git a/lib/rpmal.h b/lib/rpmal.h
index 639b8d395..f85ae6db8 100644
--- a/lib/rpmal.h
+++ b/lib/rpmal.h
@@ -15,14 +15,6 @@ extern "C" {
extern int _rpmal_debug;
-/**
- */
-typedef struct rpmal_s * rpmal;
-
-/** \ingroup rpmtrans
- * * An added/available package retrieval key.
- * */
-typedef void * rpmalKey;
#define RPMAL_NOMATCH ((rpmalKey)-1L)
/** \ingroup rpmtrans
diff --git a/lib/rpmtypes.h b/lib/rpmtypes.h
index b0a490068..98e6b0da8 100644
--- a/lib/rpmtypes.h
+++ b/lib/rpmtypes.h
@@ -27,6 +27,9 @@ typedef struct rpmfi_s * rpmfi;
typedef struct rpmdb_s * rpmdb;
typedef struct rpmdbMatchIterator_s * rpmdbMatchIterator;
+typedef struct rpmal_s * rpmal;
+typedef void * rpmalKey;
+
typedef struct rpmgi_s * rpmgi;
typedef struct rpmSpec_s * rpmSpec;