diff options
author | Florian Festi <ffesti@redhat.com> | 2010-10-24 19:39:42 +0200 |
---|---|---|
committer | Florian Festi <ffesti@redhat.com> | 2010-11-03 10:03:14 +0100 |
commit | 7f949110693a44d798374ae6453a1120b3b66d2f (patch) | |
tree | ca5517161e0529249a5ef994ea6573eb71eb1186 /lib/rpmtypes.h | |
parent | 2946c185fa03c4847b32d230b10b641b4baa7466 (diff) | |
download | librpm-tizen-7f949110693a44d798374ae6453a1120b3b66d2f.tar.gz librpm-tizen-7f949110693a44d798374ae6453a1120b3b66d2f.tar.bz2 librpm-tizen-7f949110693a44d798374ae6453a1120b3b66d2f.zip |
Rename rpmdbKeyIterator to rpmdbIndexIterator
Diffstat (limited to 'lib/rpmtypes.h')
-rw-r--r-- | lib/rpmtypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmtypes.h b/lib/rpmtypes.h index c72bb54ee..28ee5a9a6 100644 --- a/lib/rpmtypes.h +++ b/lib/rpmtypes.h @@ -69,7 +69,7 @@ typedef struct rpmdbMatchIterator_s * rpmdbMatchIterator; typedef struct rpmtsi_s * rpmtsi; typedef struct rpmps_s * rpmps; -typedef struct rpmdbKeyIterator_s * rpmdbKeyIterator; +typedef struct rpmdbIndexIterator_s * rpmdbIndexIterator; typedef const void * fnpyKey; typedef void * rpmCallbackData; /** @} */ |