summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPiotr Jastrzebski <haaawk@google.com>2014-08-13 09:55:02 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-08-12 20:07:20 +0000
commitb242ad40b1e0d3984e469e3d35876a4859f4952b (patch)
tree0e8bbd761d7937a9d7a5528d74abaa669576ae38 /include
parentb020676566f38380f4303eaa7d196d6fef019dd9 (diff)
parentbd0a74854e71c79c15320bad607bdccd0b4bfedb (diff)
downloadsystem_core-b242ad40b1e0d3984e469e3d35876a4859f4952b.zip
system_core-b242ad40b1e0d3984e469e3d35876a4859f4952b.tar.gz
system_core-b242ad40b1e0d3984e469e3d35876a4859f4952b.tar.bz2
Merge "Revert "Make sure that names of all entries have the same encoding.""
Diffstat (limited to 'include')
-rw-r--r--include/ziparchive/zip_archive.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/ziparchive/zip_archive.h b/include/ziparchive/zip_archive.h
index afd2b7e..27a9796 100644
--- a/include/ziparchive/zip_archive.h
+++ b/include/ziparchive/zip_archive.h
@@ -158,11 +158,6 @@ int32_t Next(void* cookie, ZipEntry* data, ZipEntryName *name);
void EndIteration(void* cookie);
/*
- * Whether entry names in an archive are encoded in UTF-8.
- */
-bool HasUTF8Names(const ZipArchiveHandle handle);
-
-/*
* Uncompress and write an entry to an open file identified by |fd|.
* |entry->uncompressed_length| bytes will be written to the file at
* its current offset, and the file will be truncated at the end of