Rename _rpmdbMatchIterator -> rpmdbMatchIterator_s

- consistency with other similar constructs
This commit is contained in:
Panu Matilainen 2007-12-03 16:58:16 +02:00
parent a96f817d50
commit ee9cd5176f
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ typedef struct rpmdb_s * rpmdb;
/** \ingroup rpmdb
* Database iterator.
*/
typedef struct _rpmdbMatchIterator * rpmdbMatchIterator;
typedef struct rpmdbMatchIterator_s * rpmdbMatchIterator;
/** \ingroup rpmgi
* Generalized iterator.

View File

@ -587,7 +587,7 @@ typedef struct miRE_s {
int fnflags; /*!< fnmatch(3) flags */
} * miRE;
struct _rpmdbMatchIterator {
struct rpmdbMatchIterator_s {
rpmdbMatchIterator mi_next;
const void * mi_keyp;
size_t mi_keylen;