<> <> <> <> <> <> DIRECTORY IO USING [STREAM]; BluejayTool: DEFINITIONS = BEGIN <> UpdateViewer: PROC; <> EnableViewerUpdates: PROC [enable: BOOL _ TRUE]; <> GetBluejayLogStream: PROC RETURNS [IO.STREAM]; END.