diff options
author | jbj <devnull@localhost> | 2001-11-08 00:12:49 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-11-08 00:12:49 +0000 |
commit | ae2e9b1bad7d82c423fc5a2192e05ca4f0f6d9fb (patch) | |
tree | ed3bb5f86ee26573fb76d1616ceb08fcc2dff3f1 /lib/rpmcli.h | |
parent | e680cce3e8a80425586c6e2448f57a48606d220b (diff) | |
download | rpm-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.h | 2 |
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 @*/; |