| 40 void yahoo_process_chat_message(GaimConnection *gc, struct yahoo_packet *pkt); |
40 void yahoo_process_chat_message(GaimConnection *gc, struct yahoo_packet *pkt); |
| 41 void yahoo_process_chat_addinvite(GaimConnection *gc, struct yahoo_packet *pkt); |
41 void yahoo_process_chat_addinvite(GaimConnection *gc, struct yahoo_packet *pkt); |
| 42 void yahoo_process_chat_goto(GaimConnection *gc, struct yahoo_packet *pkt); |
42 void yahoo_process_chat_goto(GaimConnection *gc, struct yahoo_packet *pkt); |
| 43 |
43 |
| 44 void yahoo_c_leave(GaimConnection *gc, int id); |
44 void yahoo_c_leave(GaimConnection *gc, int id); |
| 45 int yahoo_c_send(GaimConnection *gc, int id, const char *what); |
45 int yahoo_c_send(GaimConnection *gc, int id, const char *what, GaimMessageFlags flags); |
| 46 GList *yahoo_c_info(GaimConnection *gc); |
46 GList *yahoo_c_info(GaimConnection *gc); |
| 47 GHashTable *yahoo_c_info_defaults(GaimConnection *gc, const char *chat_name); |
47 GHashTable *yahoo_c_info_defaults(GaimConnection *gc, const char *chat_name); |
| 48 void yahoo_c_join(GaimConnection *gc, GHashTable *data); |
48 void yahoo_c_join(GaimConnection *gc, GHashTable *data); |
| 49 char *yahoo_get_chat_name(GHashTable *data); |
49 char *yahoo_get_chat_name(GHashTable *data); |
| 50 void yahoo_c_invite(GaimConnection *gc, int id, const char *msg, const char *name); |
50 void yahoo_c_invite(GaimConnection *gc, int id, const char *msg, const char *name); |