summaryrefslogtreecommitdiffstats
path: root/extra-functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'extra-functions.h')
-rw-r--r--extra-functions.h6
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();