ref: 82a3f55c5fb7b9f7a82449e4eb943c535ec3e491
dir: /module/styxconv.m/
Styxconv: module
{
PATHOLD2NEW: con "/dis/lib/styxconv/old2new.dis";
PATHNEW2OLD: con "/dis/lib/styxconv/new2old.dis";
# call first
init: fn();
# spawn and synchronize
styxconv: fn(client: ref Sys->FD, server: ref Sys->FD);
};