libpurple/protocols/jabber/si.h

changeset 38828
a7190db83539
parent 34935
686fa55b0deb
child 38838
c93c58dd6ce4
--- a/libpurple/protocols/jabber/si.h	Thu Aug 31 22:40:50 2017 -0500
+++ b/libpurple/protocols/jabber/si.h	Thu Sep 07 22:55:03 2017 -0500
@@ -32,8 +32,8 @@
                               JabberIqType type, const char *id, PurpleXmlNode *query);
 void jabber_si_parse(JabberStream *js, const char *from, JabberIqType type,
                      const char *id, PurpleXmlNode *si);
-PurpleXfer *jabber_si_new_xfer(PurpleConnection *gc, const char *who);
-void jabber_si_xfer_send(PurpleConnection *gc, const char *who, const char *file);
+PurpleXfer *jabber_si_new_xfer(PurpleProtocolXferInterface *iface, PurpleConnection *gc, const char *who);
+void jabber_si_xfer_send(PurpleProtocolXferInterface *iface, PurpleConnection *gc, const char *who, const char *file);
 void jabber_si_init(void);
 void jabber_si_uninit(void);
 

mercurial