diff 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
line wrap: on
line diff
--- a/src/server.h	Tue Sep 02 03:34:37 2003 +0000
+++ b/src/server.h	Tue Sep 02 03:41:10 2003 +0000
@@ -71,10 +71,10 @@
 int  serv_chat_send(GaimConnection *, int, const char *);
 void serv_got_popup(const char *, const char *, int, int);
 void serv_get_away(GaimConnection *, const char *);
-void serv_alias_buddy(struct buddy *);
+void serv_alias_buddy(GaimBuddy *);
 void serv_got_alias(GaimConnection *gc, const char *who, const char *alias);
-void serv_move_buddy(struct buddy *, struct group *, struct group *);
-void serv_rename_group(GaimConnection *, struct group *, const char *);
+void serv_move_buddy(GaimBuddy *, GaimGroup *, GaimGroup *);
+void serv_rename_group(GaimConnection *, GaimGroup *, const char *);
 void serv_got_eviled(GaimConnection *gc, const char *name, int lev);
 void serv_got_typing(GaimConnection *gc, const char *name, int timeout,
 					 GaimTypingState state);