diff libpurple/protocols/msn/msn.h @ 20459:46437bdf316b

In the initial ADL listing, send the commands in the correct sequence as required by the server: BLP, ADL and PRP. When the server acknowledges this initial ADL, send CHG with status information
author Carlos Silva <typ0@pidgin.im>
date Thu, 05 Jul 2007 06:35:37 +0000
parents 4403cecc7cd6
children 1754155051a4
line wrap: on
line diff
--- a/libpurple/protocols/msn/msn.h	Sat Jun 23 03:07:35 2007 +0000
+++ b/libpurple/protocols/msn/msn.h	Thu Jul 05 06:35:37 2007 +0000
@@ -142,6 +142,6 @@
 	 (MSN_CLIENT_ID_CAPABILITIES))
 
 void msn_act_id(PurpleConnection *gc, const char *entry);
-
+void msn_send_privacy(PurpleConnection *gc);
 
 #endif /* _MSN_H_ */