diff libpurple/protocols/msn/error.h @ 31150:b3b7b537284f

msn: Merge dialog and error to get an unified msn_error api.
author masca@cpw.pidgin.im
date Fri, 12 Mar 2010 02:26:57 +0000
parents 462cb893521b
children
line wrap: on
line diff
--- a/libpurple/protocols/msn/error.h	Thu Mar 11 17:59:53 2010 +0000
+++ b/libpurple/protocols/msn/error.h	Fri Mar 12 02:26:57 2010 +0000
@@ -44,4 +44,14 @@
  */
 void msn_error_handle(MsnSession *session, unsigned int type);
 
+/**
+ * Show the sync issue in a dialog using request api
+ *
+ * @param sesion 		MsnSession associated to this error.
+ * @param passport 		The passport associated with the error.
+ * @param group_name 	The group in the buddy is suppoused to be
+ */
+void msn_error_sync_issue(MsnSession *session, const char *passport,
+						 const char *group_name);
+
 #endif /* MSN_ERROR_H */