src/protocols/yahoo/yahoochat.h

changeset 12216
d80739091a63
parent 9917
2fbb3c9fab2b
child 12402
8881356b600c
equal deleted inserted replaced
12215:aefc01185eda 12216:d80739091a63
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);

mercurial