1 #ifndef _F_GROUP_H_
2 #define  _F_GROUP_H_
3 #include "fetion.h"
4 #include "f_buddy.h"
5 #include "f_chat.h"
6 #include "f_login.h"
7 #include "f_sysmsg.h"
8 #include "f_portrait.h"
9 #include "f_user.h"
10 #include "f_util.h"
11 gboolean CreateGroup_cb(struct fetion_account_data *sip, struct sipmsg *msg,
12 			struct transaction *tc);
13 void fetion_add_group(PurpleConnection * gc, const gchar * who,
14 		      const gchar * old_group, const gchar * new_group);
15 void fetion_change_group(PurpleConnection * gc, const char *who,
16 			 const char *old_group, const char *new_group);
17 void fetion_remove_group(PurpleConnection * gc, PurpleGroup * group);
18 void fetion_rename_group(PurpleConnection * gc, const gchar * old_name,
19 			 PurpleGroup * group, GList * moved_buddies);
20 #endif
21