diff options
Diffstat (limited to 'lib/rpmts.h')
-rw-r--r-- | lib/rpmts.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/rpmts.h b/lib/rpmts.h index 0b7c259e1..1bf9e62d0 100644 --- a/lib/rpmts.h +++ b/lib/rpmts.h @@ -571,6 +571,14 @@ rpm_color_t rpmtsPrefColor(rpmts ts); rpm_color_t rpmtsSetColor(rpmts ts, rpm_color_t color); /** \ingroup rpmts + * Set prefered file color + * @param ts transaction set + * @param color new color bits + * @return previous color bits + */ +rpm_color_t rpmtsSetPrefColor(rpmts ts, rpm_color_t color); + +/** \ingroup rpmts * Retrieve operation timestamp from a transaction set. * @param ts transaction set * @param opx operation timestamp index |