summaryrefslogtreecommitdiff
path: root/client/display.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-02-04 14:57:16 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-02-10 13:15:58 +0200
commit044ff5e4cda4e0cfddd0363389ea9824d211b2bf (patch)
tree8231c929deab216772ca86ba8d57c1d4f622ae3d /client/display.h
parentcfe7f0a6134d6d01b91c502bf3b7e770901bdefd (diff)
downloadbluez-044ff5e4cda4e0cfddd0363389ea9824d211b2bf.tar.gz
client/display: Add rl_hexdump
Diffstat (limited to 'client/display.h')
-rw-r--r--client/display.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/display.h b/client/display.h
index 91a0be966..88dbbd0c5 100644
--- a/client/display.h
+++ b/client/display.h
@@ -30,3 +30,4 @@
#define COLOR_BOLDWHITE "\x1B[1;37m"
void rl_printf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
+void rl_hexdump(const unsigned char *buf, size_t len);