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 5e663b75..a42c8b51 100644 --- a/gatchat/gatserver.h +++ b/gatchat/gatserver.h @@ -87,7 +87,7 @@ gboolean g_at_server_set_debug(GAtServer *server, GAtDebugFunc func, gpointer user_data); -gboolean g_at_server_register(GAtServer *server, char *prefix, +gboolean g_at_server_register(GAtServer *server, const char *prefix, GAtServerNotifyFunc notify, gpointer user_data, GDestroyNotify destroy_notify); |