summaryrefslogtreecommitdiff
path: root/libarchive/archive_private.h
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-01-17 10:18:15 -0500
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-01-17 10:18:15 -0500
commit3b14daeb93a81cb840947e85a2e91a629e325cd6 (patch)
tree43a0271578a42d353f6704a4b466eb71ff99dca3 /libarchive/archive_private.h
parent4bc1d4fc35515d39cee0c48bd8645ef7bfc5010c (diff)
downloadlibarchive-3b14daeb93a81cb840947e85a2e91a629e325cd6.tar.gz
Introduce archive_matching APIs. This is a set of utility functions to
find matched archive_entry objects. This is based on libarchive_fe/matching.[ch] I added serveral interfaces for wchar_t, and matching file stamps and owners. I also plan to use that at archive_read_disk instead of archive_read_disk_set_name_filter_callback function, which I recently added. SVN-Revision: 4162
Diffstat (limited to 'libarchive/archive_private.h')
-rw-r--r--libarchive/archive_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libarchive/archive_private.h b/libarchive/archive_private.h
index 9941e966..937bba6e 100644
--- a/libarchive/archive_private.h
+++ b/libarchive/archive_private.h
@@ -50,6 +50,7 @@
#define ARCHIVE_READ_MAGIC (0xdeb0c5U)
#define ARCHIVE_WRITE_DISK_MAGIC (0xc001b0c5U)
#define ARCHIVE_READ_DISK_MAGIC (0xbadb0c5U)
+#define ARCHIVE_MATCHING_MAGIC (0xcad11c9U)
#define ARCHIVE_STATE_NEW 1U
#define ARCHIVE_STATE_HEADER 2U