xref: /inferno-os/module/multistyx.m (revision 46439007cf417cbd9ac8049bb4122c890097a0fa)
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