diff options
Diffstat (limited to 'rpmdb/rpmdb.h')
-rw-r--r-- | rpmdb/rpmdb.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rpmdb/rpmdb.h b/rpmdb/rpmdb.h index 998b24baf..c5d2728ed 100644 --- a/rpmdb/rpmdb.h +++ b/rpmdb/rpmdb.h @@ -10,7 +10,12 @@ #include "fprint.h" +/** + */ typedef /*@abstract@*/ struct _dbiIndexItem * dbiIndexItem; + +/** + */ typedef /*@abstract@*/ struct _dbiIndex * dbiIndex; /* this will break if sizeof(int) != 4 */ |