From 32c8eb81af916f04fd42e7294f699b10474beef6 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Tue, 11 Sep 2012 15:28:06 -0400 Subject: Make text appear in GUI console, Zip install works. Move TW zip install code to C++ so that it can use the ui->functions. Bring in mincrypt code to fix a crash during signature checking. --- extra-functions.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'extra-functions.h') 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(); -- cgit v1.2.3