comparison src/server.h @ 6695:0c5637b5462e

[gaim-migrate @ 7221] This is contact support. Really. It has a few bugs left in it, like sorting not working, and stuff like that, but it's pretty solid for the most part. I'm not in the mood to do a whole lot of typing, so just use and enjoy. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 02 Sep 2003 03:41:10 +0000
parents a4622f1fb5a1
children faa491042c66
comparison
equal deleted inserted replaced
6694:2d2f04c5c7d2 6695:0c5637b5462e
69 void serv_chat_leave(GaimConnection *, int); 69 void serv_chat_leave(GaimConnection *, int);
70 void serv_chat_whisper(GaimConnection *, int, const char *, const char *); 70 void serv_chat_whisper(GaimConnection *, int, const char *, const char *);
71 int serv_chat_send(GaimConnection *, int, const char *); 71 int serv_chat_send(GaimConnection *, int, const char *);
72 void serv_got_popup(const char *, const char *, int, int); 72 void serv_got_popup(const char *, const char *, int, int);
73 void serv_get_away(GaimConnection *, const char *); 73 void serv_get_away(GaimConnection *, const char *);
74 void serv_alias_buddy(struct buddy *); 74 void serv_alias_buddy(GaimBuddy *);
75 void serv_got_alias(GaimConnection *gc, const char *who, const char *alias); 75 void serv_got_alias(GaimConnection *gc, const char *who, const char *alias);
76 void serv_move_buddy(struct buddy *, struct group *, struct group *); 76 void serv_move_buddy(GaimBuddy *, GaimGroup *, GaimGroup *);
77 void serv_rename_group(GaimConnection *, struct group *, const char *); 77 void serv_rename_group(GaimConnection *, GaimGroup *, const char *);
78 void serv_got_eviled(GaimConnection *gc, const char *name, int lev); 78 void serv_got_eviled(GaimConnection *gc, const char *name, int lev);
79 void serv_got_typing(GaimConnection *gc, const char *name, int timeout, 79 void serv_got_typing(GaimConnection *gc, const char *name, int timeout,
80 GaimTypingState state); 80 GaimTypingState state);
81 void serv_set_buddyicon(GaimConnection *gc, const char *filename); 81 void serv_set_buddyicon(GaimConnection *gc, const char *filename);
82 void serv_got_typing_stopped(GaimConnection *gc, const char *name); 82 void serv_got_typing_stopped(GaimConnection *gc, const char *name);