diff options
author | jbj <devnull@localhost> | 2001-10-27 20:09:20 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-10-27 20:09:20 +0000 |
commit | 7402ce15464cc59617177a2af2799c36c8ef60fd (patch) | |
tree | 6c3185d6dd7d9e8e95b518a896799438176f5199 /rpmio | |
parent | 4a1a5e81483a2f81b22c3a0d2cb054d93055998e (diff) | |
download | librpm-tizen-7402ce15464cc59617177a2af2799c36c8ef60fd.tar.gz librpm-tizen-7402ce15464cc59617177a2af2799c36c8ef60fd.tar.bz2 librpm-tizen-7402ce15464cc59617177a2af2799c36c8ef60fd.zip |
- legacy signatures always checked where possible on package read.
- wire transactions through rpmcli build modes.
- lazy rpmdb open/close through transaction methods (mostly anyways).
- no-brainer refcounts for rpmdb object.
- check added header against transaction set, replace if newer.
CVS patchset: 5135
CVS date: 2001/10/27 20:09:20
Diffstat (limited to 'rpmio')
-rw-r--r-- | rpmio/rpmmessages.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rpmio/rpmmessages.h b/rpmio/rpmmessages.h index 029f9167d..b9efff8fd 100644 --- a/rpmio/rpmmessages.h +++ b/rpmio/rpmmessages.h @@ -56,8 +56,7 @@ extern "C" { /** */ -typedef /*@only@*/ /*@null@*/ - void * (*rpmCallbackFunction) +typedef void * (*rpmCallbackFunction) (/*@null@*/ const void * h, const rpmCallbackType what, const unsigned long amount, |