comparison src/protocols/napster/napster.c @ 6787:faa491042c66

[gaim-migrate @ 7326] the add_buddy prpl op now takes a group. It's horribly inconsistent with the rest. This stuff all needs to be updated. Maybe I'll replace it in 0.70cvs. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 07 Sep 2003 23:47:00 +0000
parents 0c5637b5462e
children bdd046deec7e
comparison
equal deleted inserted replaced
6786:8efafdc38718 6787:faa491042c66
142 142
143 return 1; 143 return 1;
144 } 144 }
145 145
146 /* 207 - MSG_CLIENT_ADD_HOTLIST */ 146 /* 207 - MSG_CLIENT_ADD_HOTLIST */
147 static void nap_add_buddy(GaimConnection *gc, const char *name) 147 static void nap_add_buddy(GaimConnection *gc, const char *name, GaimGroup *group)
148 { 148 {
149 nap_write_packet(gc, 207, "%s", name); 149 nap_write_packet(gc, 207, "%s", name);
150 } 150 }
151 151
152 /* 208 - MSG_CLIENT_ADD_HOTLIST_SEQ */ 152 /* 208 - MSG_CLIENT_ADD_HOTLIST_SEQ */