Mercurial > pidgin
diff src/protocols/irc/irc.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 | 1e6bba55447c |
| children | cbdce0acbbe6 |
line wrap: on
line diff
--- a/src/protocols/irc/irc.h Wed Jul 07 01:35:27 2004 +0000 +++ b/src/protocols/irc/irc.h Wed Jul 07 01:49:39 2004 +0000 @@ -155,6 +155,6 @@ 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); -void irc_dccsend_send_ask(GaimConnection *gc, const char *dst); +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 */
