diff options
Diffstat (limited to 'lib/rpmfi.h')
-rw-r--r-- | lib/rpmfi.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/rpmfi.h b/lib/rpmfi.h index 83810e6be..2e28afece 100644 --- a/lib/rpmfi.h +++ b/lib/rpmfi.h @@ -620,6 +620,14 @@ fileAction rpmfiDecideFate(const rpmfi ofi, rpmfi nfi, int skipMissing) /*@modifies nfi, fileSystem, internalState @*/; /** + * Return whether file is conflicting config + * @param fi file info + * @return 1 if config file and file on disk conflicts + */ +int rpmfiConfigConflict(const rpmfi fi) + /*@*/; + +/** * Return formatted string representation of package disposition. * @param fi file info set * @return formatted string |