blob: 549d20ddcaef1dff4176c061d3d51a4ee8092814 (
plain)
1
2
3
4
5
6
7
|
Joinsession: module {
PATH: con "/dis/spree/joinsession.dis";
join: fn(ctxt: ref Draw->Context, mnt: string, dir: string, join: string): string;
init: fn(ctxt: ref Draw->Context, argv: list of string);
};
|