comparison src/server.h @ 7032:0ffd540660df

[gaim-migrate @ 7595] -Made AIM over oscar show the away message in the second line of the big blist. For the record, I'm against this because I think it's really ugly. What are yous guys opinions? -Changed the last g_show_info_text() in oscar.c to gaim_notify_formatted() -Made oscar gaim_popup() use gaim_notify_formatted() instead of serv_got_popup() -Removed serv_got_popup(), des_popup(), and url_clicked_cb() committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 29 Sep 2003 22:34:32 +0000
parents 083d1e4a9c78
children bf630f7dfdcd
comparison
equal deleted inserted replaced
7031:8ecbba7d4118 7032:0ffd540660df
68 void serv_join_chat(GaimConnection *, GHashTable *); 68 void serv_join_chat(GaimConnection *, GHashTable *);
69 void serv_chat_invite(GaimConnection *, int, const char *, const char *); 69 void serv_chat_invite(GaimConnection *, int, const char *, const char *);
70 void serv_chat_leave(GaimConnection *, int); 70 void serv_chat_leave(GaimConnection *, int);
71 void serv_chat_whisper(GaimConnection *, int, const char *, const char *); 71 void serv_chat_whisper(GaimConnection *, int, const char *, const char *);
72 int serv_chat_send(GaimConnection *, int, const char *); 72 int serv_chat_send(GaimConnection *, int, const char *);
73 void serv_got_popup(const char *, const char *, int, int);
74 void serv_get_away(GaimConnection *, const char *); 73 void serv_get_away(GaimConnection *, const char *);
75 void serv_alias_buddy(GaimBuddy *); 74 void serv_alias_buddy(GaimBuddy *);
76 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);
77 void serv_move_buddy(GaimBuddy *, GaimGroup *, GaimGroup *); 76 void serv_move_buddy(GaimBuddy *, GaimGroup *, GaimGroup *);
78 void serv_rename_group(GaimConnection *, GaimGroup *, const char *); 77 void serv_rename_group(GaimConnection *, GaimGroup *, const char *);