comparison src/server.h @ 8568:88988327a4e0

[gaim-migrate @ 9316] Remove the get_away prpl function. Nada used it. Pink elephants on parade. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 03 Apr 2004 01:33:45 +0000
parents e3c059c3d92d
children 7a8aa87164ae
comparison
equal deleted inserted replaced
8567:d92a7574473c 8568:88988327a4e0
71 void serv_reject_chat(GaimConnection *, GHashTable *); 71 void serv_reject_chat(GaimConnection *, GHashTable *);
72 void serv_chat_invite(GaimConnection *, int, const char *, const char *); 72 void serv_chat_invite(GaimConnection *, int, const char *, const char *);
73 void serv_chat_leave(GaimConnection *, int); 73 void serv_chat_leave(GaimConnection *, int);
74 void serv_chat_whisper(GaimConnection *, int, const char *, const char *); 74 void serv_chat_whisper(GaimConnection *, int, const char *, const char *);
75 int serv_chat_send(GaimConnection *, int, const char *); 75 int serv_chat_send(GaimConnection *, int, const char *);
76 void serv_get_away(GaimConnection *, const char *);
77 void serv_alias_buddy(GaimBuddy *); 76 void serv_alias_buddy(GaimBuddy *);
78 void serv_got_alias(GaimConnection *gc, const char *who, const char *alias); 77 void serv_got_alias(GaimConnection *gc, const char *who, const char *alias);
79 void serv_move_buddy(GaimBuddy *, GaimGroup *, GaimGroup *); 78 void serv_move_buddy(GaimBuddy *, GaimGroup *, GaimGroup *);
80 void serv_rename_group(GaimConnection *, GaimGroup *, const char *); 79 void serv_rename_group(GaimConnection *, GaimGroup *, const char *);
81 void serv_got_eviled(GaimConnection *gc, const char *name, int lev); 80 void serv_got_eviled(GaimConnection *gc, const char *name, int lev);