comparison libpurple/server.h @ 22769:b30516259a8a

disapproval of revision '52c0efb045580dac7b6f5e40c91002e917e0cae3'
author Evan Schoenberg <evan.s@dreskin.net>
date Tue, 29 Apr 2008 03:47:25 +0000
parents f1a4ad1526a2
children e1012f92ba3b
comparison
equal deleted inserted replaced
22768:f1a4ad1526a2 22769:b30516259a8a
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 purple_serv_got_join_chat_failed(PurpleConnection *gc, const char *name); 176 void 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);