diff src/protocols/irc/irc.h @ 8351:ffa642240fc1

[gaim-migrate @ 9075] marv is incredibly patient, waiting a long time for this to go in you should all be using Jabber for file transfer anyway, but if you're still stuck in the stone age, now you can transfer files via IRC committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 27 Feb 2004 01:45:26 +0000
parents 7a6e30eb7aad
children 2f505651ac03
line wrap: on
line diff
--- a/src/protocols/irc/irc.h	Fri Feb 27 00:41:56 2004 +0000
+++ b/src/protocols/irc/irc.h	Fri Feb 27 01:45:26 2004 +0000
@@ -36,6 +36,7 @@
 
 #define IRC_INITIAL_BUFSIZE 1024
 
+
 enum { IRC_USEROPT_SERVER, IRC_USEROPT_PORT, IRC_USEROPT_CHARSET };
 enum irc_state { IRC_STATE_NEW, IRC_STATE_ESTABLISHED };
 
@@ -153,4 +154,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_recv(struct irc_conn *irc, const char *from, const char *msg);
 #endif /* _GAIM_IRC_H */