code: 9ferno

ref: caef73363f896a1405ce6b9b6435f91e47a9b188
dir: /module/styxconv.m/

View raw version
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);
};