summaryrefslogtreecommitdiffstats
path: root/extra-functions.h
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2012-09-11 16:27:01 +0200
committerDees_Troy <dees_troy@teamw.in>2012-09-11 16:27:49 +0200
commitfdf5fcc34416ff1d859acec2a61780bd8f13ece5 (patch)
tree82d22873ff53679f595cd58f4a8428f561692e31 /extra-functions.h
parentZip install works again (diff)
downloadandroid_bootable_recovery-fdf5fcc34416ff1d859acec2a61780bd8f13ece5.tar
android_bootable_recovery-fdf5fcc34416ff1d859acec2a61780bd8f13ece5.tar.gz
android_bootable_recovery-fdf5fcc34416ff1d859acec2a61780bd8f13ece5.tar.bz2
android_bootable_recovery-fdf5fcc34416ff1d859acec2a61780bd8f13ece5.tar.lz
android_bootable_recovery-fdf5fcc34416ff1d859acec2a61780bd8f13ece5.tar.xz
android_bootable_recovery-fdf5fcc34416ff1d859acec2a61780bd8f13ece5.tar.zst
android_bootable_recovery-fdf5fcc34416ff1d859acec2a61780bd8f13ece5.zip
Diffstat (limited to 'extra-functions.h')
-rw-r--r--extra-functions.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/extra-functions.h b/extra-functions.h
index 0c702b7da..f763d170a 100644
--- a/extra-functions.h
+++ b/extra-functions.h
@@ -14,10 +14,6 @@ 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);
-// Device ID variable / function
-extern char device_id[64];
-void get_device_id();
-
void wipe_dalvik_cache();
void wipe_battery_stats();
void wipe_rotate_data();