diff src/protocols/yahoo/yahoochat.h @ 9782:68368058ee03

[gaim-migrate @ 10650] This was harder than I thought. Adding the debug line seemed to make it start working. Hmm. This just sends the leave packet for all conferences you're in when you sign off on Yahoo!. Otherwise we think you're still in the conference. And apparently so does Yahoo!. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Thu, 19 Aug 2004 05:38:57 +0000
parents ea1f457b7fef
children e74eb0d11f86
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoochat.h	Thu Aug 19 04:18:35 2004 +0000
+++ b/src/protocols/yahoo/yahoochat.h	Thu Aug 19 05:38:57 2004 +0000
@@ -48,6 +48,8 @@
 void yahoo_c_join(GaimConnection *gc, GHashTable *data);
 void yahoo_c_invite(GaimConnection *gc, int id, const char *msg, const char *name);
 
+void yahoo_conf_leave(struct yahoo_data *yd, const char *room, const char *dn, GList *who);
+
 void yahoo_chat_goto(GaimConnection *gc, const char *name);
 
 /* room listing functions */