comparison src/prpl.h @ 4349:0c68d402f59f

[gaim-migrate @ 4614] XML Blist Gaim stores all the buddy lists in one big happy file now. You can order the buddies however you want, and they'll stay ordered that way. We can also store some per-buddy information now, which will be cool. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 19 Jan 2003 22:16:52 +0000
parents cc2f780c0505
children 3196d9044a45
comparison
equal deleted inserted replaced
4348:922b66840a51 4349:0c68d402f59f
142 void (* change_passwd) (struct gaim_connection *, const char *old, const char *new); 142 void (* change_passwd) (struct gaim_connection *, const char *old, const char *new);
143 void (* add_buddy) (struct gaim_connection *, const char *name); 143 void (* add_buddy) (struct gaim_connection *, const char *name);
144 void (* add_buddies) (struct gaim_connection *, GList *buddies); 144 void (* add_buddies) (struct gaim_connection *, GList *buddies);
145 void (* remove_buddy) (struct gaim_connection *, char *name, char *group); 145 void (* remove_buddy) (struct gaim_connection *, char *name, char *group);
146 void (* remove_buddies) (struct gaim_connection *, GList *buddies, const char *group); 146 void (* remove_buddies) (struct gaim_connection *, GList *buddies, const char *group);
147 void (* add_permit) (struct gaim_connection *, char *name); 147 void (* add_permit) (struct gaim_connection *, const char *name);
148 void (* add_deny) (struct gaim_connection *, char *name); 148 void (* add_deny) (struct gaim_connection *, const char *name);
149 void (* rem_permit) (struct gaim_connection *, char *name); 149 void (* rem_permit) (struct gaim_connection *, const char *name);
150 void (* rem_deny) (struct gaim_connection *, char *name); 150 void (* rem_deny) (struct gaim_connection *, const char *name);
151 void (* set_permit_deny)(struct gaim_connection *); 151 void (* set_permit_deny)(struct gaim_connection *);
152 void (* warn) (struct gaim_connection *, char *who, int anonymous); 152 void (* warn) (struct gaim_connection *, char *who, int anonymous);
153 void (* join_chat) (struct gaim_connection *, GList *data); 153 void (* join_chat) (struct gaim_connection *, GList *data);
154 void (* chat_invite) (struct gaim_connection *, int id, const char *who, const char *message); 154 void (* chat_invite) (struct gaim_connection *, int id, const char *who, const char *message);
155 void (* chat_leave) (struct gaim_connection *, int id); 155 void (* chat_leave) (struct gaim_connection *, int id);