shithub: purgatorio

ref: f8935b5778397074d41a48205e5c7f87d7b531fe
dir: purgatorio/module/fsproto.m

View raw version
FSproto: module
{
	PATH: con "/dis/lib/fsproto.dis";

	Direntry: type (string, string, ref Sys->Dir);

	init:	fn(): string;
	readprotofile: fn(proto: string, root: string, entries: chan of Direntry, warnings: chan of (string, string)): string;
	readprotostring: fn(proto: string, root: string, entries: chan of Direntry, warnings: chan of (string, string));
};