xref: /inferno-os/module/tftp.m (revision 46439007cf417cbd9ac8049bb4122c890097a0fa)
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