summaryrefslogtreecommitdiffstats
path: root/gatchat/gatchat.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-04-11 17:42:40 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-04-11 17:42:40 +0200
commit2dab6bc3a64a85391126ef0d1c8d9f21f30f08d0 (patch)
tree49bcd19bab2deb9ff44678aa1989da87893a8053 /gatchat/gatchat.h
parent0b2014df05529bb586b2bfbafbacd874295485de (diff)
downloadofono-2dab6bc3a64a85391126ef0d1c8d9f21f30f08d0.tar.bz2
The user data pointer variable should be called user_data
Diffstat (limited to 'gatchat/gatchat.h')
-rw-r--r--gatchat/gatchat.h3
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