libpurple/protocols/irc/irc.h

changeset 38828
a7190db83539
parent 38240
0552f69f1996
child 38835
737f25ddbf02
--- a/libpurple/protocols/irc/irc.h	Thu Aug 31 22:40:50 2017 -0500
+++ b/libpurple/protocols/irc/irc.h	Thu Sep 07 22:55:03 2017 -0500
@@ -237,7 +237,7 @@
 int irc_cmd_whois(struct irc_conn *irc, const char *cmd, const char *target, const char **args);
 int irc_cmd_whowas(struct irc_conn *irc, const char *cmd, const char *target, const char **args);
 
-PurpleXfer *irc_dccsend_new_xfer(PurpleConnection *gc, const char *who);
-void irc_dccsend_send_file(PurpleConnection *gc, const char *who, const char *file);
+PurpleXfer *irc_dccsend_new_xfer(PurpleProtocolXferInterface *iface, PurpleConnection *gc, const char *who);
+void irc_dccsend_send_file(PurpleProtocolXferInterface *iface, PurpleConnection *gc, const char *who, const char *file);
 void irc_dccsend_recv(struct irc_conn *irc, const char *from, const char *msg);
 #endif /* _PURPLE_IRC_H */

mercurial