diff options
author | Elliott Hughes <enh@google.com> | 2016-12-30 19:40:55 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-12-30 19:40:56 +0000 |
commit | b175ee271b6b6c1e24632e5026e0b1e4efe1f82d (patch) | |
tree | 786d3d4b7c7967055dd61380943d261b9f7d2b7d /include | |
parent | 7d24dea9cbbc36a54a5891c98b662fc1ce4dafc4 (diff) | |
parent | a970c8f1fc3baa890dbf872a444781b84d6ef865 (diff) | |
download | core-b175ee271b6b6c1e24632e5026e0b1e4efe1f82d.tar.gz core-b175ee271b6b6c1e24632e5026e0b1e4efe1f82d.tar.bz2 core-b175ee271b6b6c1e24632e5026e0b1e4efe1f82d.zip |
Merge "Make libziparchive C++-only."
Diffstat (limited to 'include')
-rw-r--r-- | include/ziparchive/zip_archive.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ziparchive/zip_archive.h b/include/ziparchive/zip_archive.h index 54946fc93..31fc2dfc9 100644 --- a/include/ziparchive/zip_archive.h +++ b/include/ziparchive/zip_archive.h @@ -26,8 +26,6 @@ #include <sys/types.h> #include <utils/Compat.h> -__BEGIN_DECLS - /* Zip compression methods we support */ enum { kCompressStored = 0, // no compression @@ -228,6 +226,4 @@ int32_t ProcessZipEntryContents(ZipArchiveHandle handle, ZipEntry* entry, ProcessZipEntryFunction func, void* cookie); #endif -__END_DECLS - #endif // LIBZIPARCHIVE_ZIPARCHIVE_H_ |