1*46439007SCharles.ForsythTftp: module 2*46439007SCharles.Forsyth{ 3*46439007SCharles.Forsyth PATH: con "/dis/lib/tftp.dis"; 4*46439007SCharles.Forsyth init: fn(progress: int); 5*46439007SCharles.Forsyth receive: fn(host: string, filename: string, fd: ref Sys->FD): string; 6*46439007SCharles.Forsyth}; 7