diff 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
line wrap: on
line diff
--- a/src/protocols/jabber/si.h	Sun May 23 08:06:38 2004 +0000
+++ b/src/protocols/jabber/si.h	Sun May 23 17:27:45 2004 +0000
@@ -28,6 +28,6 @@
 
 void jabber_bytestreams_parse(JabberStream *js, xmlnode *packet);
 void jabber_si_parse(JabberStream *js, xmlnode *packet);
-void jabber_si_xfer_ask_send(GaimConnection *gc, const char *name);
+void jabber_si_xfer_ask_send(GaimBlistNode *node, gpointer data);
 
 #endif /* _GAIM_JABBER_SI_H_ */