libpurple/internal.h

changeset 39433
f033955d125a
parent 39373
47667f5c6696
child 39659
e4dfb99b0cef
--- a/libpurple/internal.h	Thu Feb 07 04:01:22 2019 -0500
+++ b/libpurple/internal.h	Thu Feb 07 04:15:34 2019 -0500
@@ -243,7 +243,7 @@
  * Note: This function should only be called by purple_account_set_enabled()
  *       in account.c.
  */
-gboolean _purple_connection_wants_to_die(const PurpleConnection *gc);
+gboolean _purple_connection_wants_to_die(PurpleConnection *gc);
 
 /**
  * _purple_connection_add_active_chat:

mercurial