From 46439007cf417cbd9ac8049bb4122c890097a0fa Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 22 Dec 2006 20:52:35 +0000 Subject: 20060303-partial --- module/multistyx.m | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 module/multistyx.m (limited to 'module/multistyx.m') 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); +}; -- cgit v1.2.3