code: purgatorio

ref: 71292834bbafcf6bc409cfd7691f9e6650df025b
dir: /appl/cmd/install/protocaller.m/

View raw version
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);
};