diff -r 45aba96df80d -r 09f216663302 src/protocols/irc/irc.h --- a/src/protocols/irc/irc.h Sat Nov 19 00:16:45 2005 +0000 +++ b/src/protocols/irc/irc.h Sat Nov 19 00:26:12 2005 +0000 @@ -25,6 +25,7 @@ #include +#include "ft.h" #include "roomlist.h" #include "sslconn.h" @@ -168,6 +169,7 @@ int irc_cmd_wallops(struct irc_conn *irc, const char *cmd, const char *target, const char **args); int irc_cmd_whois(struct irc_conn *irc, const char *cmd, const char *target, const char **args); +GaimXfer *irc_dccsend_new_xfer(GaimConnection *gc, const char *who); void irc_dccsend_send_file(GaimConnection *gc, const char *who, const char *file); void irc_dccsend_recv(struct irc_conn *irc, const char *from, const char *msg); #endif /* _GAIM_IRC_H */