summaryrefslogtreecommitdiff
path: root/lib/rpmfi_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpmfi_internal.h')
-rw-r--r--lib/rpmfi_internal.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/rpmfi_internal.h b/lib/rpmfi_internal.h
index cb3284c0f..804333f2d 100644
--- a/lib/rpmfi_internal.h
+++ b/lib/rpmfi_internal.h
@@ -73,6 +73,31 @@ rpmFileAction rpmfilesDecideFate(rpmfiles ofi, int oix,
rpmfiles nfi, int nix,
int skipMissing);
+
+/** \ingroup rpmfi
+ * Return action which should be done with the %mutable file
+ * @param new file info set
+ * @param new file index
+ * @param old file info set
+ * @param old file index
+ * @return action name
+ */
+RPM_GNUC_INTERNAL
+rpmFileAction rpmfilesSetMutableAction(rpmfiles ofi, int oix,
+ rpmfiles nfi, int nix);
+
+/** \ingroup rpmfi
+ * Return action which should be done with the %noupdate file
+ * @param new file info set
+ * @param new file index
+ * @param old file info set
+ * @param old file index
+ * @return action name
+ */
+RPM_GNUC_INTERNAL
+rpmFileAction rpmfilesSetNoupdateAction(rpmfiles ofi, int oix,
+ rpmfiles nfi, int nix);
+
RPM_GNUC_INTERNAL
int rpmfilesConfigConflict(rpmfiles fi, int ix);