pkg: add PKGF_SKIP_CONFLICTS (issue #13)
parent
27c0779187
commit
0aa05d3e66
1
pkg.h
1
pkg.h
|
@ -117,6 +117,7 @@ struct pkg_ {
|
||||||
#define PKGF_NO_UNINSTALLED 0x04
|
#define PKGF_NO_UNINSTALLED 0x04
|
||||||
#define PKGF_SKIP_ROOT_VIRTUAL 0x08
|
#define PKGF_SKIP_ROOT_VIRTUAL 0x08
|
||||||
#define PKGF_MERGE_PRIVATE_FRAGMENTS 0x10
|
#define PKGF_MERGE_PRIVATE_FRAGMENTS 0x10
|
||||||
|
#define PKGF_SKIP_CONFLICTS 0x20
|
||||||
|
|
||||||
#define PKG_ERRF_OK 0x0
|
#define PKG_ERRF_OK 0x0
|
||||||
#define PKG_ERRF_PACKAGE_NOT_FOUND 0x1
|
#define PKG_ERRF_PACKAGE_NOT_FOUND 0x1
|
||||||
|
|
Loading…
Reference in New Issue