From a9c204effa724ff31937e526f1050eadca6a9beb Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 10 Apr 2010 11:56:11 +0200 Subject: Add utility helper for debugging binary blobs --- gatchat/gatutil.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'gatchat/gatutil.h') diff --git a/gatchat/gatutil.h b/gatchat/gatutil.h index 993db457..1a065af2 100644 --- a/gatchat/gatutil.h +++ b/gatchat/gatutil.h @@ -22,15 +22,18 @@ #ifndef __GATUTIL_H #define __GATUTIL_H +#include "gat.h" + #ifdef __cplusplus extern "C" { #endif -#include "gat.h" - void g_at_util_debug_chat(gboolean in, const char *str, gsize len, GAtDebugFunc debugf, gpointer user_data); +void g_at_util_debug_dump(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 -- cgit v1.2.3