summaryrefslogtreecommitdiffstats
path: root/gatchat/gatmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gatchat/gatmux.h')
-rw-r--r--gatchat/gatmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/gatmux.h b/gatchat/gatmux.h
index 1d608694..1871f715 100644
--- a/gatchat/gatmux.h
+++ b/gatchat/gatmux.h
@@ -67,7 +67,7 @@ gboolean g_at_mux_shutdown(GAtMux *mux);
gboolean g_at_mux_set_disconnect_function(GAtMux *mux,
GAtDisconnectFunc disconnect, gpointer user_data);
-gboolean g_at_mux_set_debug(GAtMux *mux, GAtDebugFunc func, gpointer user);
+gboolean g_at_mux_set_debug(GAtMux *mux, GAtDebugFunc func, gpointer user_data);
GIOChannel *g_at_mux_create_channel(GAtMux *mux);