1Multistyx: module {
2 PATH: con "/dis/lib/multistyx.dis";
3 init: fn(): Styxlib;
4 srv: fn(addr, mntpath: string, doauth: int, algs: list of string):
5 (chan of (int, ref Styxlib->Styxserver, string),
6 chan of (int, ref Styxlib->Styxserver, ref Styxlib->Tmsg),
7 string);
8};
9