comparison src/protocols/trepia/trepia.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 a4622f1fb5a1
children 083d1e4a9c78
comparison
equal deleted inserted replaced
6786:8efafdc38718 6787:faa491042c66
1211 1211
1212 return 1; 1212 return 1;
1213 } 1213 }
1214 1214
1215 static void 1215 static void
1216 trepia_add_buddy(GaimConnection *gc, const char *name) 1216 trepia_add_buddy(GaimConnection *gc, const char *name, GaimGroup *group)
1217 { 1217 {
1218 } 1218 }
1219 1219
1220 static void 1220 static void
1221 trepia_rem_buddy(GaimConnection *gc, const char *who, const char *group) 1221 trepia_rem_buddy(GaimConnection *gc, const char *who, const char *group)