| 64 int id, const char *name); |
64 int id, const char *name); |
| 65 void serv_got_chat_left(GaimConnection *g, int id); |
65 void serv_got_chat_left(GaimConnection *g, int id); |
| 66 void serv_got_chat_in(GaimConnection *g, int id, const char *who, |
66 void serv_got_chat_in(GaimConnection *g, int id, const char *who, |
| 67 GaimMessageFlags flags, const char *message, time_t mtime); |
67 GaimMessageFlags flags, const char *message, time_t mtime); |
| 68 void serv_send_file(GaimConnection *gc, const char *who, const char *file); |
68 void serv_send_file(GaimConnection *gc, const char *who, const char *file); |
| 69 void serv_voice_chat(GaimConnection *gc, const char *who); |
|
| 70 |
69 |
| 71 #ifdef __cplusplus |
70 #ifdef __cplusplus |
| 72 } |
71 } |
| 73 #endif |
72 #endif |
| 74 |
73 |