summaryrefslogtreecommitdiff
path: root/lib/rpmcli.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpmcli.h')
-rw-r--r--lib/rpmcli.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rpmcli.h b/lib/rpmcli.h
index f48cd39bf..7289c5072 100644
--- a/lib/rpmcli.h
+++ b/lib/rpmcli.h
@@ -320,6 +320,7 @@ struct rpmInstallArguments_s {
/**
* A rollback transaction id element.
*/
+/*@-fielduse@*/
typedef /*@abstract@*/ struct IDT_s {
unsigned int instance; /*!< installed package transaction id. */
/*@owned@*/ /*@null@*/ const char * key; /*! removed package file name. */
@@ -328,6 +329,7 @@ typedef /*@abstract@*/ struct IDT_s {
int_32 i32; /*!< install/remove transaction id */
} val;
} * IDT;
+/*@=fielduse@*/
/**
* A rollback transaction id index.