summaryrefslogtreecommitdiff
path: root/appl/alphabet/fs/unbundle.m
blob: cb93005b593ba46b73c9937d80b2e1d0a179e691 (plain)
1
2
3
4
5
6
7
8
9
Unbundle: module {
	PATH: con "/dis/fs/bundle.dis";

	types: fn(): string;
	init: fn();
	run: fn(nil: ref Draw->Context, report: ref Report,
			nil: list of Option, args: list of ref Value): ref Value;
	unbundle:	fn(r: ref Reports->Report, iob: ref Bufio->Iobuf, seekable: int, blocksize: int): Fs->Fschan;
};