diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-09-07 22:52:26 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-09-08 07:50:50 +0300 |
commit | d2eb366a9040690e95b632b9318d7b95788e31d8 (patch) | |
tree | 14ced740774082b848b6046822c03d906d640ad8 /lib/rpmcli.h | |
parent | 50d70b056e5d97f17434d0456643d3c4ca34c4b6 (diff) | |
download | rpm-d2eb366a9040690e95b632b9318d7b95788e31d8.tar.gz rpm-d2eb366a9040690e95b632b9318d7b95788e31d8.tar.bz2 rpm-d2eb366a9040690e95b632b9318d7b95788e31d8.zip |
Eliminate qva_mi and qva_gi from rpmQVKArguments
- These are internal only stuff and have no business being exported
in the API. Pass the iterators around in, duh, arguments as needed.
Diffstat (limited to 'lib/rpmcli.h')
-rw-r--r-- | lib/rpmcli.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rpmcli.h b/lib/rpmcli.h index a548d613e..d15862d76 100644 --- a/lib/rpmcli.h +++ b/lib/rpmcli.h @@ -164,8 +164,6 @@ struct rpmQVKArguments_s { int qva_sourceCount;/*!< Exclusive option check (>1 is error). */ rpmQueryFlags qva_flags; /*!< Bit(s) to control operation. */ rpmfileAttrs qva_fflags; /*!< Bit(s) to filter on attribute. */ - rpmdbMatchIterator qva_mi; /*!< Match iterator on selected headers. */ - rpmgi qva_gi; /*!< Generalized iterator on args. */ QVF_t qva_showPackage; /*!< Function to display iterator matches. */ QSpecF_t qva_specQuery; /*!< Function to query spec file. */ |