summaryrefslogtreecommitdiff
path: root/lib/rpmcli.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-11-08 00:12:49 +0000
committerjbj <devnull@localhost>2001-11-08 00:12:49 +0000
commitae2e9b1bad7d82c423fc5a2192e05ca4f0f6d9fb (patch)
treeed3bb5f86ee26573fb76d1616ceb08fcc2dff3f1 /lib/rpmcli.h
parente680cce3e8a80425586c6e2448f57a48606d220b (diff)
downloadrpm-ae2e9b1bad7d82c423fc5a2192e05ca4f0f6d9fb.tar.gz
rpm-ae2e9b1bad7d82c423fc5a2192e05ca4f0f6d9fb.tar.bz2
rpm-ae2e9b1bad7d82c423fc5a2192e05ca4f0f6d9fb.zip
- linear search on added package provides is dumb.
- discarding entire signature header when using --addsign is dumb. - typedef the fuile name/python object "key" throughout as fnpyKey. - start ripping rpmDependencyConflict out of the API. CVS patchset: 5160 CVS date: 2001/11/08 00:12:49
Diffstat (limited to 'lib/rpmcli.h')
-rw-r--r--lib/rpmcli.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmcli.h b/lib/rpmcli.h
index ef494e67d..4e4e922e8 100644
--- a/lib/rpmcli.h
+++ b/lib/rpmcli.h
@@ -408,7 +408,7 @@ extern int packagesTotal;
const rpmCallbackType what,
const unsigned long amount,
const unsigned long total,
- /*@null@*/ const void * pkgKey,
+ /*@null@*/ fnpyKey key,
/*@null@*/ void * data)
/*@globals fileSystem, internalState @*/
/*@modifies fileSystem, internalState @*/;