libpurple/server.h

changeset 40885
87f6241da196
parent 40696
cf58ec89b1e4
child 41083
590d533cf290
--- a/libpurple/server.h	Mon May 17 20:32:56 2021 -0500
+++ b/libpurple/server.h	Tue May 18 02:04:53 2021 -0500
@@ -42,6 +42,7 @@
 #include "group.h"
 #include "protocols.h"
 #include "purpleattentiontype.h"
+#include "purpleimconversation.h"
 #include "purplemessage.h"
 
 G_BEGIN_DECLS
@@ -330,7 +331,7 @@
  *
  * Returns: (transfer none): The resulting conversation.
  */
-PurpleChatConversation *purple_serv_got_joined_chat(PurpleConnection *gc,
+PurpleConversation *purple_serv_got_joined_chat(PurpleConnection *gc,
 									   int id, const char *name);
 /**
  * purple_serv_got_join_chat_failed:

mercurial