ref: 94443daf8e248e65afc8d3f17f26efea22748b51
dir: /appl/cmd/install/protocaller.m/
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);
};