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