add repodata_translate_id to get rid of some "implement me" assertions
[platform/upstream/libsolv.git] / ext / pool_fileconflicts.h
index 8666fc6..13abdc7 100644 (file)
@@ -12,6 +12,8 @@
 
 extern int pool_findfileconflicts(Pool *pool, Queue *pkgs, int cutoff, Queue *conflicts, int flags, void *(*handle_cb)(Pool *, Id, void *) , void *handle_cbdata);
 
-#define FINDFILECONFLICTS_USESOLVABLEFILELIST  (1 << 0)
+#define FINDFILECONFLICTS_USE_SOLVABLEFILELIST (1 << 0)
+#define FINDFILECONFLICTS_CHECK_DIRALIASING    (1 << 1)
+#define FINDFILECONFLICTS_USE_ROOTDIR          (1 << 2)
 
 #endif