comparison src/prpl.h @ 3136:1bd472b7f7a2

[gaim-migrate @ 3151] Jabber sync. fixen committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 12 Apr 2002 02:15:24 +0000
parents e68e2ba82310
children b0d5ce77f7dd
comparison
equal deleted inserted replaced
3135:1838f48a5f72 3136:1bd472b7f7a2
159 159
160 /* get "chat buddy" info and away message */ 160 /* get "chat buddy" info and away message */
161 void (* get_cb_info) (struct gaim_connection *, int, char *who); 161 void (* get_cb_info) (struct gaim_connection *, int, char *who);
162 void (* get_cb_away) (struct gaim_connection *, int, char *who); 162 void (* get_cb_away) (struct gaim_connection *, int, char *who);
163 163
164 /* save/store buddy's alias on server list/roster */
165 void (* alias_buddy) (struct gaim_connection *, char *who);
166
167 /* change a buddy's group on a server list/roster */
168 void (* group_buddy) (struct gaim_connection *, char *who, char *old_group, char *new_group);
169
164 void (* buddy_free) (struct buddy *); 170 void (* buddy_free) (struct buddy *);
165 171
166 /* this is really bad. */ 172 /* this is really bad. */
167 void (* convo_closed) (struct gaim_connection *, char *who); 173 void (* convo_closed) (struct gaim_connection *, char *who);
168 174