src/prpl.h

changeset 2827
e3d10df95e74
parent 2773
3f711c709792
child 2956
1836bfe768df
equal deleted inserted replaced
2826:8e0bb25b8d95 2827:e3d10df95e74
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

mercurial