summaryrefslogtreecommitdiff
path: root/lib/rpmlib.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-12-03 16:58:16 +0200
committerPanu Matilainen <pmatilai@redhat.com>2007-12-03 16:58:16 +0200
commitee9cd5176f308313fc0eae3c59119c454d58c9fa (patch)
tree65e5edfc6aff9db147260cda8d45ede6cc4ea5f0 /lib/rpmlib.h
parenta96f817d50953f0fd48bd2a7bb983c82256bbc78 (diff)
downloadrpm-ee9cd5176f308313fc0eae3c59119c454d58c9fa.tar.gz
rpm-ee9cd5176f308313fc0eae3c59119c454d58c9fa.tar.bz2
rpm-ee9cd5176f308313fc0eae3c59119c454d58c9fa.zip
Rename _rpmdbMatchIterator -> rpmdbMatchIterator_s
- consistency with other similar constructs
Diffstat (limited to 'lib/rpmlib.h')
-rw-r--r--lib/rpmlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmlib.h b/lib/rpmlib.h
index db3e5415c..a93b448bd 100644
--- a/lib/rpmlib.h
+++ b/lib/rpmlib.h
@@ -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.