diff options
Diffstat (limited to 'module/multistyx.m')
| -rw-r--r-- | module/multistyx.m | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/module/multistyx.m b/module/multistyx.m new file mode 100644 index 00000000..f1c380b2 --- /dev/null +++ b/module/multistyx.m @@ -0,0 +1,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); +}; |
