blob: f1c380b202b946b72c9ce5572a8d2a84a409aecf (
plain)
1
2
3
4
5
6
7
8
|
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);
};
|