/[weechat]/weechat/src/irc/irc-dcc.c
ViewVC logotype

Diff of /weechat/src/irc/irc-dcc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by flashcode, Sun Feb 27 02:40:12 2005 UTC revision 1.13 by flashcode, Sun Feb 27 10:08:45 2005 UTC
# Line 29  Line 29 
29  #include <string.h>  #include <string.h>
30  #include <stdarg.h>  #include <stdarg.h>
31  #include <fcntl.h>  #include <fcntl.h>
32    #include <time.h>
33  #include <sys/stat.h>  #include <sys/stat.h>
34  #include <sys/types.h>  #include <sys/types.h>
35  #include <sys/socket.h>  #include <sys/socket.h>
# Line 355  dcc_add (t_irc_server *server, int type, Line 356  dcc_add (t_irc_server *server, int type,
356      new_dcc->channel = NULL;      new_dcc->channel = NULL;
357      new_dcc->type = type;      new_dcc->type = type;
358      new_dcc->status = DCC_WAITING;      new_dcc->status = DCC_WAITING;
359        new_dcc->start_time = time (NULL);
360      new_dcc->addr = addr;      new_dcc->addr = addr;
361      new_dcc->port = port;      new_dcc->port = port;
362      new_dcc->nick = strdup (nick);      new_dcc->nick = strdup (nick);

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26