summaryrefslogtreecommitdiff
path: root/appl/cmd/install/archfs.m
blob: 57c32542974eeff654e4f596ef6492350d068968 (plain)
1
2
3
4
5
6
7
Archfs : module
{
	PATH : con "/dis/install/archfs.dis";

	init : fn(ctxt : ref Draw->Context, args : list of string);
	initc : fn(args : list of string, c : chan of int);
};