Rename _rpmdbMatchIterator -> rpmdbMatchIterator_s
- consistency with other similar constructs
This commit is contained in:
parent
a96f817d50
commit
ee9cd5176f
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue