summaryrefslogtreecommitdiffstats
path: root/gatchat/gatutil.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-08-09 19:17:52 -0700
committerMarcel Holtmann <marcel@holtmann.org>2011-08-09 19:17:52 -0700
commit4b76ec7159795d7b32f2355cb584b229abc65077 (patch)
treeb363d4eabfa56940c009f876dbd240a9eb843042 /gatchat/gatutil.h
parent5fea0c006a1138e4bad4b6330938033ad7fb0887 (diff)
downloadofono-4b76ec7159795d7b32f2355cb584b229abc65077.tar.bz2
gatchat: Add utility function for hexdump debugs
Diffstat (limited to 'gatchat/gatutil.h')
-rw-r--r--gatchat/gatutil.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gatchat/gatutil.h b/gatchat/gatutil.h
index 1a065af2..5c891086 100644
--- a/gatchat/gatutil.h
+++ b/gatchat/gatutil.h
@@ -34,6 +34,9 @@ void g_at_util_debug_chat(gboolean in, const char *str, gsize len,
void g_at_util_debug_dump(gboolean in, const unsigned char *buf, gsize len,
GAtDebugFunc debugf, gpointer user_data);
+void g_at_util_debug_hexdump(gboolean in, const unsigned char *buf, gsize len,
+ GAtDebugFunc debugf, gpointer user_data);
+
gboolean g_at_util_setup_io(GIOChannel *io, GIOFlags flags);
#ifdef __cplusplus