comparison src/prpl.h @ 2827:51999a36c0b1

[gaim-migrate @ 2840] heh. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 02 Dec 2001 00:35:34 +0000
parents a0fd8f91e294
children b68c648618a3
comparison
equal deleted inserted replaced
2826:d00066b2f71a 2827:51999a36c0b1
141 void (* chat_leave) (struct gaim_connection *, int id); 141 void (* chat_leave) (struct gaim_connection *, int id);
142 void (* chat_whisper) (struct gaim_connection *, int id, char *who, char *message); 142 void (* chat_whisper) (struct gaim_connection *, int id, char *who, char *message);
143 int (* chat_send) (struct gaim_connection *, int id, char *message); 143 int (* chat_send) (struct gaim_connection *, int id, char *message);
144 void (* keepalive) (struct gaim_connection *); 144 void (* keepalive) (struct gaim_connection *);
145 145
146 /* new user registration */
147 void (* register_user) (struct gaim_connection *);
148
146 void (* buddy_free) (struct buddy *); 149 void (* buddy_free) (struct buddy *);
147 150
148 /* this is really bad. */ 151 /* this is really bad. */
149 void (* convo_closed) (struct gaim_connection *, char *who); 152 void (* convo_closed) (struct gaim_connection *, char *who);
150 153