summaryrefslogtreecommitdiffstats
path: root/include/utils/ZipFileCRO.h
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2010-05-12 14:54:42 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-05-12 14:54:42 -0700
commit9b7640933ebcaccca1d1667048bdb9abd0813d22 (patch)
tree75a8d59531c4c48d63d8408d74d09d9344ae8ef7 /include/utils/ZipFileCRO.h
parent09cb2f693246b53b747dd0b066c98a95a44feb92 (diff)
parentd4066a4ac50cda61bedd97b5f6d29cf176e04127 (diff)
downloadframeworks_native-9b7640933ebcaccca1d1667048bdb9abd0813d22.zip
frameworks_native-9b7640933ebcaccca1d1667048bdb9abd0813d22.tar.gz
frameworks_native-9b7640933ebcaccca1d1667048bdb9abd0813d22.tar.bz2
Merge "ZipUtilsRO rewrite based on Dalvik Zip rewrite" into kraken
Diffstat (limited to 'include/utils/ZipFileCRO.h')
-rw-r--r--include/utils/ZipFileCRO.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/utils/ZipFileCRO.h b/include/utils/ZipFileCRO.h
index 30e0036..e38bf66 100644
--- a/include/utils/ZipFileCRO.h
+++ b/include/utils/ZipFileCRO.h
@@ -47,8 +47,8 @@ extern ZipEntryCRO ZipFileCRO_findEntryByName(ZipFileCRO zip,
const char* fileName);
extern bool ZipFileCRO_getEntryInfo(ZipFileCRO zip, ZipEntryCRO entry,
- int* pMethod, long* pUncompLen,
- long* pCompLen, off_t* pOffset, long* pModWhen, long* pCrc32);
+ int* pMethod, size_t* pUncompLen,
+ size_t* pCompLen, off_t* pOffset, long* pModWhen, long* pCrc32);
extern bool ZipFileCRO_uncompressEntry(ZipFileCRO zip, ZipEntryCRO entry, int fd);