Merge "Make libziparchive C++-only." am: b175ee271b
am: b7c94f3e50
Change-Id: I4776d56008693b1bc05695c7826e791a9d81b197
This commit is contained in:
commit
8f378bc31e
|
@ -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_
|
||||
|
|
Loading…
Reference in New Issue