ref: 6bb619c8db2867ddd9cd19c0aec05065f5ee0cae
dir: /module/fsproto.m/
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)); };