| 984 static void blist_merge(PurpleConnection *gc, struct mwSametimeList *stlist) { |
984 static void blist_merge(PurpleConnection *gc, struct mwSametimeList *stlist) { |
| 985 struct mwSametimeGroup *stgroup; |
985 struct mwSametimeGroup *stgroup; |
| 986 struct mwSametimeUser *stuser; |
986 struct mwSametimeUser *stuser; |
| 987 |
987 |
| 988 PurpleGroup *group; |
988 PurpleGroup *group; |
| 989 PurpleBuddy *buddy; |
|
| 990 |
989 |
| 991 GList *gl, *gtl, *ul, *utl; |
990 GList *gl, *gtl, *ul, *utl; |
| 992 |
991 |
| 993 gl = gtl = mwSametimeList_getGroups(stlist); |
992 gl = gtl = mwSametimeList_getGroups(stlist); |
| 994 for(; gl; gl = gl->next) { |
993 for(; gl; gl = gl->next) { |