diff options
Diffstat (limited to 'module/styxconv.m')
| -rw-r--r-- | module/styxconv.m | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/module/styxconv.m b/module/styxconv.m index 2752d3c6..81f1e210 100644 --- a/module/styxconv.m +++ b/module/styxconv.m @@ -1,9 +1,10 @@ Styxconv: module { - PATH: con "/dis/lib/styxconv/styxconv.dis"; - + PATHOLD2NEW: con "/dis/lib/styxconv/old2new.dis"; + PATHNEW2OLD: con "/dis/lib/styxconv/new2old.dis"; + # call first init: fn(); # spawn and synchronize - styxconv: fn(in: ref Sys->FD, out: ref Sys->FD, sync: chan of int); + styxconv: fn(client: ref Sys->FD, server: ref Sys->FD); }; |
