blob: 81f1e210ee9802319e639ffd5f66dbeb0f8c0d3b (
plain)
1
2
3
4
5
6
7
8
9
10
|
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);
};
|