libpurple/protocols/bonjour/jabber.h

changeset 17660
23c712d0a795
parent 15884
4de1981757fc
child 17661
96c6a21c4139
--- a/libpurple/protocols/bonjour/jabber.h	Fri Jun 08 05:06:47 2007 +0000
+++ b/libpurple/protocols/bonjour/jabber.h	Fri Jun 08 06:04:06 2007 +0000
@@ -45,7 +45,6 @@
 	gint watcher_id;
 	gchar* buddy_name;
 	gboolean stream_started;
-	gint message_id;
 } BonjourJabberConversation;
 
 /**
@@ -58,7 +57,7 @@
 
 int bonjour_jabber_send_message(BonjourJabber *data, const gchar *to, const gchar *body);
 
-void bonjour_jabber_close_conversation(BonjourJabber *data, PurpleBuddy *gb);
+void bonjour_jabber_close_conversation(PurpleBuddy *gb);
 
 void bonjour_jabber_stop(BonjourJabber *data);
 

mercurial