diff options
author | Florian Festi <ffesti@redhat.com> | 2009-12-15 13:15:10 +0100 |
---|---|---|
committer | Florian Festi <ffesti@redhat.com> | 2010-10-21 10:32:20 +0200 |
commit | 5914d0ec2995d4f4d128c3e96b79f22ec8f48d64 (patch) | |
tree | 32cf33c6ca6a04f465cf803d714761ea935f50e8 /lib/rpmtypes.h | |
parent | a916e399ab0734816f1e4567b34db0b55e9f5c7c (diff) | |
download | librpm-tizen-5914d0ec2995d4f4d128c3e96b79f22ec8f48d64.tar.gz librpm-tizen-5914d0ec2995d4f4d128c3e96b79f22ec8f48d64.tar.bz2 librpm-tizen-5914d0ec2995d4f4d128c3e96b79f22ec8f48d64.zip |
rpmdbKeyIterator: loop over keys in the database indexes
Diffstat (limited to 'lib/rpmtypes.h')
-rw-r--r-- | lib/rpmtypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rpmtypes.h b/lib/rpmtypes.h index c6f3805f6..8e2bb7dcd 100644 --- a/lib/rpmtypes.h +++ b/lib/rpmtypes.h @@ -67,6 +67,7 @@ typedef struct rpmdbMatchIterator_s * rpmdbMatchIterator; typedef struct rpmtsi_s * rpmtsi; typedef struct rpmps_s * rpmps; +typedef struct rpmdbKeyIterator_s * rpmdbKeyIterator; typedef const void * fnpyKey; typedef void * rpmCallbackData; /** @} */ |