blob: eb7363a371f2793061d7c28a3458f14a8fa141c1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
Gatherengine: module {
init: fn(srvmod: Spree, clique: ref Spree->Clique, argv: list of string, archived: int): string;
propose: fn(members: array of string): string;
start: fn(members: array of ref Spree->Member, archived: int);
command: fn(member: ref Spree->Member, e: string): string;
readfile: fn(f: int, offset: big, n: int): array of byte;
archive: fn();
clienttype: fn(): string;
maxmembers: fn(): int;
};
|