code: purgatorio

ref: d540dcf6834b4bec8a2d21f2fe95eccf49f97b03
dir: /module/multistyx.m/

View raw version
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);
};