xref: /inferno-os/module/styxconv.m (revision 54041ca415f1fdfa1c3dcd82d524223cfa890940)
1Styxconv: module
2{
3	PATHOLD2NEW: con "/dis/lib/styxconv/old2new.dis";
4	PATHNEW2OLD: con "/dis/lib/styxconv/new2old.dis";
5
6	# call first
7	init: fn();
8	# spawn and synchronize
9	styxconv: fn(client: ref Sys->FD, server: ref Sys->FD);
10};
11