<> <> <> <> <<>> DIRECTORY Xl; XlPrivateSplit: CEDAR DEFINITIONS ~ BEGIN OPEN Xl; <<>> <> <> <> <> <> InitServiceStuff: PROC [c: Connection]; <> <> <> <<>> InitAtomStuff: PROC [c: Connection]; <> <> <<>> SetupGraphics: PROC [c: Connection]; <> <> <<>> StartMainLoop: PROC [c: Connection]; <> <> <> <<>> <> ReleaseService: PROC [c: Connection]; <> <> CloseCommunications: PROC [c: Connection]; <> <> <<>> KillReplies: PROC [c: Connection, wedged: BOOL ¬ TRUE]; <> <> <<>> END.