code: 9ferno

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