xref: /inferno-os/module/styxpersist.m (revision 46439007cf417cbd9ac8049bb4122c890097a0fa)
1Styxpersist: module {
2	PATH: con "/dis/lib/styxpersist.dis";
3	init: fn(clientfd: ref Sys->FD, usefac: int, keyspec: string): (chan of chan of ref Sys->FD, string);
4};
5