Upload Tizen:Main source
[external/libsatsolver.git] / ext / pool_fileconflicts.h
1 #ifndef POOL_FILECONFLICTS_H
2 #define POOL_FILECONFLICTS_H
3
4 #include "pool.h"
5
6 extern int pool_findfileconflicts(Pool *pool, Queue *pkgs, int cutoff, Queue *conflicts, void *(*handle_cb)(Pool *, Id, void *) , void *handle_cbdata);
7
8 #endif