shithub: purgatorio

ref: 6b84c3a6548f1c577948763b0a09a7b6e2460e04
dir: purgatorio/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);
};