···2424#include <fcntl.h>
2525#include <pthread/private.h>
26262727+// This class is (will) be implemented to allow applications such as
2828+// https://github.com/danzimm/xip_extract/blob/master/xip_extract.m
2929+// to work.
3030+2731static int open_cb(struct archive *a, void *_client_data)
2832{
2933 return ARCHIVE_OK;