summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPiotr Jastrzebski <haaawk@google.com>2014-08-13 09:58:33 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-08-13 09:58:33 +0000
commitfa41212789a068827edc9fd1eac7b6a988cba0a5 (patch)
tree468d32d634ab019a4855e4104284cc5722b27693 /include
parentb720c8d601cebbc9f48ef8e51c23fd6d190305f7 (diff)
parentb242ad40b1e0d3984e469e3d35876a4859f4952b (diff)
downloadsystem_core-fa41212789a068827edc9fd1eac7b6a988cba0a5.zip
system_core-fa41212789a068827edc9fd1eac7b6a988cba0a5.tar.gz
system_core-fa41212789a068827edc9fd1eac7b6a988cba0a5.tar.bz2
am b242ad40: Merge "Revert "Make sure that names of all entries have the same encoding.""
* commit 'b242ad40b1e0d3984e469e3d35876a4859f4952b': 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