summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-06-17 22:18:03 +0000
committerjbj <devnull@localhost>2001-06-17 22:18:03 +0000
commit29ea1567e7eafc457aed5529b240161cf8d4657f (patch)
treea791a4344419b7b942fd4d755d25a3a6b4c4e5a3 /python
parentc32276cdf5c28d7d701d7211e55f28ebc6f097d7 (diff)
downloadlibrpm-tizen-29ea1567e7eafc457aed5529b240161cf8d4657f.tar.gz
librpm-tizen-29ea1567e7eafc457aed5529b240161cf8d4657f.tar.bz2
librpm-tizen-29ea1567e7eafc457aed5529b240161cf8d4657f.zip
Sync with rpm-4_0 branch.
CVS patchset: 4876 CVS date: 2001/06/17 22:18:03
Diffstat (limited to 'python')
-rw-r--r--python/rpmmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmmodule.c b/python/rpmmodule.c
index 03a56095a..6e4fff898 100644
--- a/python/rpmmodule.c
+++ b/python/rpmmodule.c
@@ -1273,7 +1273,7 @@ static PyObject * rpmtransRemove(rpmtransObject * s, PyObject * args) {
/** \ingroup python
*/
static PyObject * rpmtransDepCheck(rpmtransObject * s, PyObject * args) {
- struct rpmDependencyConflict_s * conflicts;
+ rpmDependencyConflict conflicts;
int numConflicts;
PyObject * list, * cf;
int i;