code: purgatorio

ref: 6c2f8fd5e4f0e0be44495a5526930fa3760cd87e
dir: /module/tftp.m/

View raw version
Tftp: module
{
	PATH: con "/dis/lib/tftp.dis";
	init: fn(progress: int);
	receive: fn(host: string, filename: string, fd: ref Sys->FD): string;
};