| 171 * fails. |
171 * fails. |
| 172 * |
172 * |
| 173 * @param gc The connection on which chat joining failed |
173 * @param gc The connection on which chat joining failed |
| 174 * @param name The name of the chat which we did not join |
174 * @param name The name of the chat which we did not join |
| 175 */ |
175 */ |
| 176 void serv_got_join_chat_failed(PurpleConnection *gc, const char *name); |
176 void purple_serv_got_join_chat_failed(PurpleConnection *gc, const char *name); |
| 177 |
177 |
| 178 void serv_got_chat_left(PurpleConnection *g, int id); |
178 void serv_got_chat_left(PurpleConnection *g, int id); |
| 179 void serv_got_chat_in(PurpleConnection *g, int id, const char *who, |
179 void serv_got_chat_in(PurpleConnection *g, int id, const char *who, |
| 180 PurpleMessageFlags flags, const char *message, time_t mtime); |
180 PurpleMessageFlags flags, const char *message, time_t mtime); |
| 181 void serv_send_file(PurpleConnection *gc, const char *who, const char *file); |
181 void serv_send_file(PurpleConnection *gc, const char *who, const char *file); |