summaryrefslogtreecommitdiff
path: root/appl/wm/ftree/cptree.m
blob: 874a66a1aea1cf09cbe288215c1c2b272739aebb (plain)
1
2
3
4
5
6
7
8
Cptree: module {
	PATH: con "/dis/lib/ftree/cptree.dis";
	init: fn();
	copyproc: fn(f, d: string, progressch: chan of string,
		warningch: chan of (string, chan of int),
		finishedch: chan of string);
};