ref: db0eab9ca04b896e5760081efd854c57f65f36c3
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);
};