diff options
author | Dees_Troy <dees_troy@teamw.in> | 2012-09-11 16:27:01 +0200 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2012-09-11 16:27:49 +0200 |
commit | fdf5fcc34416ff1d859acec2a61780bd8f13ece5 (patch) | |
tree | 82d22873ff53679f595cd58f4a8428f561692e31 /data.hpp | |
parent | Zip install works again (diff) | |
download | android_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 'data.hpp')
-rw-r--r-- | data.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -73,6 +73,10 @@ protected: static int GetMagicValue(string varName, string& value); +private: + static void sanitize_device_id(char* device_id); + static void get_device_id(void); + }; #endif // _DATAMANAGER_HPP_HEADER |