code: 9ferno

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