libpurple/protocols/irc/dcc_send.c

changeset 39961
d508d5b5dd22
parent 39670
8d95b195ce69
child 40342
8a20b931d967
equal deleted inserted replaced
39960:4a5610d858ef 39961:d508d5b5dd22
1 /** 1 /**
2 * @file dcc_send.c Functions used in sending files with DCC SEND
3 *
4 * purple 2 * purple
5 * 3 *
6 * Copyright (C) 2004, Timothy T Ringenbach <omarvo@hotmail.com> 4 * Copyright (C) 2004, Timothy T Ringenbach <omarvo@hotmail.com>
7 * Copyright (C) 2003, Robbert Haarman <purple@inglorion.net> 5 * Copyright (C) 2003, Robbert Haarman <purple@inglorion.net>
8 * 6 *
20 * along with this program; if not, write to the Free Software 18 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
22 */ 20 */
23 21
24 #include "internal.h" 22 #include "internal.h"
23 #include <purple.h>
24
25 #include "irc.h" 25 #include "irc.h"
26 #include "debug.h"
27 #include "xfer.h"
28 #include "notify.h"
29 #include "network.h"
30 26
31 struct _IrcXfer { 27 struct _IrcXfer {
32 PurpleXfer parent; 28 PurpleXfer parent;
33 29
34 /* receive properties */ 30 /* receive properties */

mercurial