summaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/libarchive/archive_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/3rdparty/libarchive/archive_private.h')
-rw-r--r--src/libs/3rdparty/libarchive/archive_private.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/libs/3rdparty/libarchive/archive_private.h b/src/libs/3rdparty/libarchive/archive_private.h
index 55a8da18e..b2a2cda25 100644
--- a/src/libs/3rdparty/libarchive/archive_private.h
+++ b/src/libs/3rdparty/libarchive/archive_private.h
@@ -107,14 +107,11 @@ struct archive {
* Some public API functions depend on the "real" type of the
* archive object.
*/
- struct archive_vtable *vtable;
+ const struct archive_vtable *vtable;
int archive_format;
const char *archive_format_name;
- int compression_code; /* Currently active compression. */
- const char *compression_name;
-
/* Number of file entries processed. */
int file_count;