diff options
Diffstat (limited to 'rpmdb/rpmdb.h')
-rw-r--r-- | rpmdb/rpmdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdb/rpmdb.h b/rpmdb/rpmdb.h index 01b63051c..9ea78f2b5 100644 --- a/rpmdb/rpmdb.h +++ b/rpmdb/rpmdb.h @@ -513,7 +513,7 @@ unsigned int rpmdbGetIteratorFileNum(rpmdbMatchIterator mi) * @param db rpm database */ int rpmdbFindFpList(/*@null@*/ rpmdb db, fingerPrint * fpList, - /*@out@*/dbiIndexSet * matchList, int numItems) + /*@out@*/ dbiIndexSet * matchList, int numItems) /*@modifies db, *matchList @*/; /** \ingroup dbi |