comparison src/protocols/jabber/si.h @ 9030:7ab20f829190

[gaim-migrate @ 9806] Siege updated the code for creating right-click menu's for buddies, chats, groups, etc. It uses more stuff from the blist API and less stuff from multi.h. It also combines the code for right-click menus for chats, buddies, etc. (all types of blist nodes). So PRPLs and plugins can easily add right-click menu options to anything in the buddy list in a clean way. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 23 May 2004 17:27:45 +0000
parents ba12d8b12ab0
children d27156c9c876
comparison
equal deleted inserted replaced
9029:697e169dac12 9030:7ab20f829190
26 26
27 #include "jabber.h" 27 #include "jabber.h"
28 28
29 void jabber_bytestreams_parse(JabberStream *js, xmlnode *packet); 29 void jabber_bytestreams_parse(JabberStream *js, xmlnode *packet);
30 void jabber_si_parse(JabberStream *js, xmlnode *packet); 30 void jabber_si_parse(JabberStream *js, xmlnode *packet);
31 void jabber_si_xfer_ask_send(GaimConnection *gc, const char *name); 31 void jabber_si_xfer_ask_send(GaimBlistNode *node, gpointer data);
32 32
33 #endif /* _GAIM_JABBER_SI_H_ */ 33 #endif /* _GAIM_JABBER_SI_H_ */