ref: 254b07675e1a5348f2a8723f55e6b5b1b18a4721
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);
};