code: 9ferno

ref: da7d6df6faf18e289fe0f3f61524dcc7fddeef18
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);
};