Make some reorganization in struct xbps_handle.
The variables to set cachedir, rootdir and metadir have been changed to "array of chars", this way there are no extra allocations. Update clients accordingly and bump API version.
This commit is contained in:
@ -45,6 +45,7 @@
|
||||
|
||||
#include "queue.h"
|
||||
#include "fetch.h"
|
||||
#include "compat.h"
|
||||
|
||||
#define EXTRACT_FLAGS ARCHIVE_EXTRACT_SECURE_NODOTDOT | \
|
||||
ARCHIVE_EXTRACT_SECURE_SYMLINKS
|
||||
|
Reference in New Issue
Block a user