ref: 51bcc63cc6bce3f9dab27cf6bd7155512b82c8fa
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);
};