summaryrefslogtreecommitdiff
path: root/rpmio
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-10-27 20:09:20 +0000
committerjbj <devnull@localhost>2001-10-27 20:09:20 +0000
commit7402ce15464cc59617177a2af2799c36c8ef60fd (patch)
tree6c3185d6dd7d9e8e95b518a896799438176f5199 /rpmio
parent4a1a5e81483a2f81b22c3a0d2cb054d93055998e (diff)
downloadrpm-7402ce15464cc59617177a2af2799c36c8ef60fd.tar.gz
- 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.h3
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,