ref: d3da2e1b89f30f404c3d11053680098f1b7bf677
dir: /module/multistyx.m/
Multistyx: module {
PATH: con "/dis/lib/multistyx.dis";
init: fn(): Styxlib;
srv: fn(addr, mntpath: string, doauth: int, algs: list of string):
(chan of (int, ref Styxlib->Styxserver, string),
chan of (int, ref Styxlib->Styxserver, ref Styxlib->Tmsg),
string);
};