diff options
Diffstat (limited to 'gatchat/gatutil.h')
-rw-r--r-- | gatchat/gatutil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gatchat/gatutil.h b/gatchat/gatutil.h index b17dad44..3aa82652 100644 --- a/gatchat/gatutil.h +++ b/gatchat/gatutil.h @@ -28,8 +28,8 @@ extern "C" { #include "gat.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); gboolean g_at_util_setup_io(GIOChannel *io); |