comparison src/protocols/yahoo/yahoochat.h @ 9768:ea1f457b7fef

[gaim-migrate @ 10636] (20:06:38) noif: LSchiere: here's a small addition to my chat-info-deafults patch you applied yesterday... as marv pointed out, I forgot yahoo committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 17 Aug 2004 00:15:22 +0000
parents 3aa848ccf986
children 68368058ee03
comparison
equal deleted inserted replaced
9767:c31e64c2bd85 9768:ea1f457b7fef
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);
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 void yahoo_c_join(GaimConnection *gc, GHashTable *data); 48 void yahoo_c_join(GaimConnection *gc, GHashTable *data);
48 void yahoo_c_invite(GaimConnection *gc, int id, const char *msg, const char *name); 49 void yahoo_c_invite(GaimConnection *gc, int id, const char *msg, const char *name);
49 50
50 void yahoo_chat_goto(GaimConnection *gc, const char *name); 51 void yahoo_chat_goto(GaimConnection *gc, const char *name);
51 52