diff options
Diffstat (limited to 'gatchat/gatserver.h')
-rw-r--r-- | gatchat/gatserver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/gatserver.h b/gatchat/gatserver.h index bba8c2b0..b604c374 100644 --- a/gatchat/gatserver.h +++ b/gatchat/gatserver.h @@ -79,7 +79,7 @@ gboolean g_at_server_set_disconnect_function(GAtServer *server, gpointer user_data); gboolean g_at_server_set_debug(GAtServer *server, GAtDebugFunc func, - gpointer user); + gpointer user_data); gboolean g_at_server_register(GAtServer *server, char *prefix, GAtServerNotifyFunc notify, |