Flags are named XBPS_FLAG_XXX, add XBPS_FLAG_FORCE.
--HG-- extra : convert_revision : 4f7ad37910303a87788b2daac9b4ba11bf39becd
This commit is contained in:
parent
bd8e232a2d
commit
3e42bc6410
4 changed files with 13 additions and 12 deletions
|
@ -58,7 +58,8 @@
|
|||
#define XBPS_PKGINDEX_VERSION "1.0"
|
||||
|
||||
/* Verbose messages */
|
||||
#define XBPS_VERBOSE 0x00000001
|
||||
#define XBPS_FLAG_VERBOSE 0x00000001
|
||||
#define XBPS_FLAG_FORCE 0x00000002
|
||||
|
||||
#define ARCHIVE_READ_BLOCKSIZE 10240
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue