diff options
Diffstat (limited to 'lib/rpmts.h')
-rw-r--r-- | lib/rpmts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmts.h b/lib/rpmts.h index fad4dfa84..8520bd020 100644 --- a/lib/rpmts.h +++ b/lib/rpmts.h @@ -188,7 +188,7 @@ int rpmtsOrder(rpmts ts); * - setup the rpm verify signature flags via rpmtsSetVSFlags(). * * @param ts transaction set - * @param okProbs previously known problems (or NULL) + * @param okProbs unused * @param ignoreSet bits to filter problem types * @return 0 on success, -1 on error, >0 with newProbs set */ |