summaryrefslogtreecommitdiffstats
path: root/data.hpp
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 /data.hpp
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 'data.hpp')
-rw-r--r--data.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/data.hpp b/data.hpp
index 58c55ddec..c3fb52a47 100644
--- a/data.hpp
+++ b/data.hpp
@@ -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