comparison src/server.h @ 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 66dd420d3d23
comparison
equal deleted inserted replaced
6786:8efafdc38718 6787:faa491042c66
3 * @ingroup core 3 * @ingroup core
4 * 4 *
5 * gaim 5 * gaim
6 * 6 *
7 * Copyright (C) 2003 Christian Hammond <chipx86@gnupdate.org> 7 * Copyright (C) 2003 Christian Hammond <chipx86@gnupdate.org>
8 * 8 *
9 * This program is free software; you can redistribute it and/or modify 9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by 10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or 11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version. 12 * (at your option) any later version.
13 * 13 *
46 void serv_set_info(GaimConnection *, const char *); 46 void serv_set_info(GaimConnection *, const char *);
47 void serv_set_away(GaimConnection *, const char *, const char *); 47 void serv_set_away(GaimConnection *, const char *, const char *);
48 void serv_set_away_all(const char *); 48 void serv_set_away_all(const char *);
49 int serv_send_typing(GaimConnection *, const char *, int); 49 int serv_send_typing(GaimConnection *, const char *, int);
50 void serv_change_passwd(GaimConnection *, const char *, const char *); 50 void serv_change_passwd(GaimConnection *, const char *, const char *);
51 void serv_add_buddy(GaimConnection *, const char *); 51 void serv_add_buddy(GaimConnection *, const char *, GaimGroup *);
52 void serv_add_buddies(GaimConnection *, GList *); 52 void serv_add_buddies(GaimConnection *, GList *);
53 void serv_remove_buddy(GaimConnection *, const char *, const char *); 53 void serv_remove_buddy(GaimConnection *, const char *, const char *);
54 void serv_remove_buddies(GaimConnection *, GList *, const char *); 54 void serv_remove_buddies(GaimConnection *, GList *, const char *);
55 void serv_add_permit(GaimConnection *, const char *); 55 void serv_add_permit(GaimConnection *, const char *);
56 void serv_add_deny(GaimConnection *, const char *); 56 void serv_add_deny(GaimConnection *, const char *);