diff options
author | Dees_Troy <dees_troy@teamw.in> | 2012-09-11 21:28:06 +0200 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2012-09-12 21:14:38 +0200 |
commit | 32c8eb81af916f04fd42e7294f699b10474beef6 (patch) | |
tree | d845c9e6435c0b6f6b1e6bc490315600b20e72eb /extra-functions.h | |
parent | Clean up extra-functions (diff) | |
download | android_bootable_recovery-32c8eb81af916f04fd42e7294f699b10474beef6.tar android_bootable_recovery-32c8eb81af916f04fd42e7294f699b10474beef6.tar.gz android_bootable_recovery-32c8eb81af916f04fd42e7294f699b10474beef6.tar.bz2 android_bootable_recovery-32c8eb81af916f04fd42e7294f699b10474beef6.tar.lz android_bootable_recovery-32c8eb81af916f04fd42e7294f699b10474beef6.tar.xz android_bootable_recovery-32c8eb81af916f04fd42e7294f699b10474beef6.tar.zst android_bootable_recovery-32c8eb81af916f04fd42e7294f699b10474beef6.zip |
Diffstat (limited to 'extra-functions.h')
-rw-r--r-- | extra-functions.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/extra-functions.h b/extra-functions.h index d3a43cd99..6145e7722 100644 --- a/extra-functions.h +++ b/extra-functions.h @@ -8,12 +8,6 @@ int __system(const char *command); FILE * __popen(const char *program, const char *type); int __pclose(FILE *iop); -// Install Zip functions -int TWtry_update_binary(const char *path, ZipArchive *zip, int* wipe_cache); -static RSAPublicKey* TWload_keys(const char* filename, int* numKeys); -int TWverify_file(const char* path, const RSAPublicKey *pKeys, unsigned int numKeys); -int TWinstall_zip(const char* path, int* wipe_cache); - void wipe_dalvik_cache(); void wipe_battery_stats(); void wipe_rotate_data(); |