summaryrefslogtreecommitdiffstats
path: root/gatchat/gatutil.h
diff options
context:
space:
mode:
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