comparison libpurple/protocols/msn/userlist.c @ 28984:7f97370e674b

Use our MsnListOp enum in more places instead of int. I'm assuming the reason this wasn't done before is because of the circular header file dependencies. But that should be fine now that enums are declared before #includes
author Mark Doliner <mark@kingant.net>
date Fri, 05 Feb 2010 22:54:00 +0000
parents 746bf7d8b34e
children 02dc01aa8c07
comparison
equal deleted inserted replaced
28983:462cb893521b 28984:7f97370e674b
135 * Server functions 135 * Server functions
136 **************************************************************************/ 136 **************************************************************************/
137 137
138 void 138 void
139 msn_got_lst_user(MsnSession *session, MsnUser *user, 139 msn_got_lst_user(MsnSession *session, MsnUser *user,
140 int list_op, GSList *group_ids) 140 MsnListOp list_op, GSList *group_ids)
141 { 141 {
142 PurpleConnection *gc; 142 PurpleConnection *gc;
143 PurpleAccount *account; 143 PurpleAccount *account;
144 const char *passport; 144 const char *passport;
145 const char *store; 145 const char *store;