summaryrefslogtreecommitdiffstats
path: root/data.hpp
diff options
context:
space:
mode:
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