diff options
Diffstat (limited to 'rpmio/rpmmessages.h')
-rw-r--r-- | rpmio/rpmmessages.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/rpmio/rpmmessages.h b/rpmio/rpmmessages.h index b9efff8fd..3f761a05d 100644 --- a/rpmio/rpmmessages.h +++ b/rpmio/rpmmessages.h @@ -31,6 +31,10 @@ #define rpmIsDebug() \ (rpmlogSetMask(0) >= RPMLOG_MASK( RPMMESS_DEBUG )) +/*@-redef@*/ /* LCL: ??? */ +typedef /*@abstract@*/ const void * fnpyKey; +/*@=redef@*/ + /** */ typedef enum rpmCallbackType_e { @@ -61,7 +65,7 @@ typedef void * (*rpmCallbackFunction) const rpmCallbackType what, const unsigned long amount, const unsigned long total, - /*@null@*/ const void * pkgKey, + /*@null@*/ fnpyKey key, /*@null@*/ rpmCallbackData data) /*@globals internalState@*/ /*@modifies internalState@*/; |