| 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 |