diff src/protocols/jabber/si.h @ 9466:d27156c9c876

[gaim-migrate @ 10291] (21:36:44) datallah: anyway... i added "Send File" to the prpl core committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 07 Jul 2004 01:49:39 +0000
parents 7ab20f829190
children cbebda5f019c
line wrap: on
line diff
--- a/src/protocols/jabber/si.h	Wed Jul 07 01:35:27 2004 +0000
+++ b/src/protocols/jabber/si.h	Wed Jul 07 01:49:39 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(GaimBlistNode *node, gpointer data);
+void jabber_si_xfer_send(GaimConnection *gc, const char *who, const char *file);
 
 #endif /* _GAIM_JABBER_SI_H_ */