soc.2010.msn-tlc: 206ba5c6: This enum looks like userlist related, m...

masca at cpw.pidgin.im masca at cpw.pidgin.im
Fri May 28 18:25:46 EDT 2010


-----------------------------------------------------------------
Revision: 206ba5c689d9b404a1a2f68b174a8058f90a2cd3
Ancestor: 55ea71225115ea8e704451f777385c3000187c22
Author: masca at cpw.pidgin.im
Date: 2010-05-28T08:21:21
Branch: im.pidgin.soc.2010.msn-tlc
URL: http://d.pidgin.im/viewmtn/revision/info/206ba5c689d9b404a1a2f68b174a8058f90a2cd3

Modified files:
        libpurple/protocols/msn/msn.h
        libpurple/protocols/msn/userlist.h

ChangeLog: 

This enum looks like userlist related, move it there.

-------------- next part --------------
============================================================
--- libpurple/protocols/msn/msn.h	907d7a4c2c82d8664de593f23e8e67ee4624d168
+++ libpurple/protocols/msn/msn.h	1aaae8c14556838e8c62a3341bcab2918c43e3d9
@@ -26,16 +26,6 @@ typedef enum
 
 typedef enum
 {
-	MSN_LIST_FL_OP = 0x01,
-	MSN_LIST_AL_OP = 0x02,
-	MSN_LIST_BL_OP = 0x04,
-	MSN_LIST_RL_OP = 0x08,
-	MSN_LIST_PL_OP = 0x10
-} MsnListOp;
-#define MSN_LIST_OP_MASK	0x07
-
-typedef enum
-{
 	MSN_CLIENT_CAP_WIN_MOBILE = 0x0000001,
 	MSN_CLIENT_CAP_INK_GIF    = 0x0000004,
 	MSN_CLIENT_CAP_INK_ISF    = 0x0000008,
============================================================
--- libpurple/protocols/msn/userlist.h	b0c9c1e352331639e2f5c464334524e8b68cfae7
+++ libpurple/protocols/msn/userlist.h	be4c7027072dcee88d4a89a3c2c5c090b4f5f148
@@ -35,6 +35,16 @@ typedef enum
 	MSN_LIST_PL  /**< Pending list */
 } MsnListId;
 
+typedef enum
+{
+	MSN_LIST_FL_OP = 0x01,
+	MSN_LIST_AL_OP = 0x02,
+	MSN_LIST_BL_OP = 0x04,
+	MSN_LIST_RL_OP = 0x08,
+	MSN_LIST_PL_OP = 0x10
+} MsnListOp;
+#define MSN_LIST_OP_MASK	0x07
+
 #include "group.h"
 #include "msn.h"
 #include "user.h"


More information about the Commits mailing list