| 93 GaimConversation *serv_got_joined_chat(GaimConnection *gc, |
93 GaimConversation *serv_got_joined_chat(GaimConnection *gc, |
| 94 int id, const char *name); |
94 int id, const char *name); |
| 95 void serv_got_chat_left(GaimConnection *g, int id); |
95 void serv_got_chat_left(GaimConnection *g, int id); |
| 96 void serv_got_chat_in(GaimConnection *g, int id, const char *who, |
96 void serv_got_chat_in(GaimConnection *g, int id, const char *who, |
| 97 int whisper, const char *message, time_t mtime); |
97 int whisper, const char *message, time_t mtime); |
| |
98 void serv_send_file(GaimConnection *gc, const char *who, const char *file); |
| 98 |
99 |
| 99 #ifdef __cplusplus |
100 #ifdef __cplusplus |
| 100 } |
101 } |
| 101 #endif |
102 #endif |
| 102 |
103 |