1Exproc : module 2{ 3 getslavedata : fn (lst: list of string); 4 doblock : fn (block: int, bpath: string); 5 readblock : fn (block: int, dir: string, chanout: chan of string): int; 6 finish : fn (waittime: int, tkchan: chan of string); 7};