shithub: purgatorio

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