shithub: purgatorio

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