shithub: purgatorio

ref: 254b07675e1a5348f2a8723f55e6b5b1b18a4721
dir: purgatorio/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);
};