ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/example-decoder
(Generate patch)

Comparing Convert-UUlib/example-decoder (file contents):
Revision 1.10 by root, Tue Dec 28 21:32:27 2004 UTC vs.
Revision 1.11 by root, Mon May 2 19:58:40 2005 UTC

16 $_[0]=straction($action); 16 $_[0]=straction($action);
17 print "busy_callback(", (join ",",@_), ")\n"; 17 print "busy_callback(", (join ",",@_), ")\n";
18 0; 18 0;
19} 19}
20 20
21SetOption OPT_RBUF, 128*1024;
22SetOption OPT_WBUF, 1024*1024;
23SetOption OPT_IGNMODE, 1;
21SetOption OPT_IGNMODE, 1; 24SetOption OPT_IGNMODE, 1;
22SetOption OPT_VERBOSE, 1; 25SetOption OPT_VERBOSE, 1;
23 26
24# show the three ways you can set callback functions. I normally 27# show the three ways you can set callback functions. I normally
25# prefer the one with the sub inplace. 28# prefer the one with the sub inplace.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines