summaryrefslogtreecommitdiff
path: root/module/fsproto.m
blob: 26bbaa565cac53721fda08d486c7ecede583fa5d (plain)
1
2
3
4
5
6
7
8
9
10
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));
};