Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7c94f3e authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Make libziparchive C++-only."

am: b175ee27

Change-Id: Ifaa182ff77248653974e2e8a19e7f36147be47f1
parents 64d7c7fc b175ee27
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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_