diff options
Diffstat (limited to 'gatchat/gatutil.c')
-rw-r--r-- | gatchat/gatutil.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gatchat/gatutil.c b/gatchat/gatutil.c index 6bc5dcbb..dcff4c7b 100644 --- a/gatchat/gatutil.c +++ b/gatchat/gatutil.c @@ -30,8 +30,8 @@ #include "gatutil.h" -void g_at_util_debug_chat(GAtDebugFunc debugf, gboolean in, const char *str, - gsize len, gpointer user_data) +void g_at_util_debug_chat(gboolean in, const char *str, gsize len, + GAtDebugFunc debugf, gpointer user_data) { char type = in ? '<' : '>'; gsize escaped = 2; /* Enough for '<', ' ' */ |