| 183 */ |
181 */ |
| 184 void serv_got_chat_in(PurpleConnection *g, int id, const char *who, |
182 void serv_got_chat_in(PurpleConnection *g, int id, const char *who, |
| 185 PurpleMessageFlags flags, const char *message, time_t mtime); |
183 PurpleMessageFlags flags, const char *message, time_t mtime); |
| 186 void serv_send_file(PurpleConnection *gc, const char *who, const char *file); |
184 void serv_send_file(PurpleConnection *gc, const char *who, const char *file); |
| 187 |
185 |
| 188 #ifdef __cplusplus |
186 G_END_DECLS |
| 189 } |
|
| 190 #endif |
|
| 191 |
187 |
| 192 #endif /* _PURPLE_SERVER_H_ */ |
188 #endif /* _PURPLE_SERVER_H_ */ |
| |
189 |