summaryrefslogtreecommitdiffstats
path: root/adb/adb_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'adb/adb_utils.h')
-rw-r--r--adb/adb_utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/adb/adb_utils.h b/adb/adb_utils.h
index 4b64afa..84f7d0c 100644
--- a/adb/adb_utils.h
+++ b/adb/adb_utils.h
@@ -24,4 +24,6 @@ bool directory_exists(const std::string& path);
std::string escape_arg(const std::string& s);
+void dump_hex(const void* ptr, size_t byte_count);
+
#endif