diff options
Diffstat (limited to 'gatchat/gatchat.h')
-rw-r--r-- | gatchat/gatchat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gatchat/gatchat.h b/gatchat/gatchat.h index 5a91d242..58c7155f 100644 --- a/gatchat/gatchat.h +++ b/gatchat/gatchat.h @@ -58,7 +58,8 @@ gboolean g_at_chat_set_disconnect_function(GAtChat *chat, * provided to GAtChat the logging function will be called with the * input/output string and user data */ -gboolean g_at_chat_set_debug(GAtChat *chat, GAtDebugFunc func, gpointer user); +gboolean g_at_chat_set_debug(GAtChat *chat, + GAtDebugFunc func, gpointer user_data); /*! * Queue an AT command for execution. The command contents are given |