<<>> <> <> <> DIRECTORY LoganBerrySunRPC; LoganBerrySunRPCClient: CEDAR DEFINITIONS ~ { Null: LoganBerrySunRPC.NullType; DeleteEntry: LoganBerrySunRPC.DeleteEntryType; ReadEntry: LoganBerrySunRPC.ReadEntryType; CompactLogs: LoganBerrySunRPC.CompactLogsType; NextEntry: LoganBerrySunRPC.NextEntryType; GenerateEntries: LoganBerrySunRPC.GenerateEntriesType; BuildIndices: LoganBerrySunRPC.BuildIndicesType; EndGenerate: LoganBerrySunRPC.EndGenerateType; WriteEntry: LoganBerrySunRPC.WriteEntryType; Describe: LoganBerrySunRPC.DescribeType; Close: LoganBerrySunRPC.CloseType; Open: LoganBerrySunRPC.OpenType; Error: LoganBerrySunRPC.ErrorType; }...