comparison src/toc.c @ 200:bc117fbcf527

[gaim-migrate @ 210] Made the receive non-blocking, added a cancel button, and a few other updates. No, sending a file to someone does not work yet. Be patient. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 30 Apr 2000 21:47:04 +0000
parents 73e9a0bfff62
children 522e885485f0
comparison
equal deleted inserted replaced
199:be5fbefdb195 200:bc117fbcf527
587 char *rip, *pip, *vip; 587 char *rip, *pip, *vip;
588 int port; 588 int port;
589 int unk[4]; 589 int unk[4];
590 char *messages[4]; 590 char *messages[4];
591 int subtype, files, totalsize; 591 int subtype, files, totalsize;
592 int temp;
593 char *name; 592 char *name;
594 char *tmp; 593 char *tmp;
595 int i; 594 int i;
596 struct file_transfer *ft; 595 struct file_transfer *ft;
597 596