shithub: purgatorio

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