summaryrefslogtreecommitdiff
path: root/appl/cmd/install/protocaller.m
blob: 1e269d1f703b64287972e7324288933674735e2b (plain)
1
2
3
4
5
6
7
8
Protocaller : module{
	init: fn(ctxt : ref Draw->Context, args : list of string);
	protofile: fn(new : string, old : string, d : ref Sys->Dir);

	WARN, ERROR, FATAL : con iota;

	protoerr: fn(lev : int, line : int, err : string);
};