projects
/
platform
/
upstream
/
libsolv.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix to compile
[platform/upstream/libsolv.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