pkg: add PKGF_SKIP_CONFLICTS (issue #13)

pull/29/head
William Pitcock 2012-05-11 20:28:23 -05:00
parent 27c0779187
commit 0aa05d3e66
1 changed files with 1 additions and 0 deletions

1
pkg.h
View File

@ -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