ref: 41e27b2d10c6a60c49931332e8677438736a1e36
dir: /appl/spree/gather.m/
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; };