<> <> <> DIRECTORY GVBasics USING [Password, RName], GVNames USING [GetEntryInfo, NameType, ReporterProc]; GVExtras: CEDAR DEFINITIONS = BEGIN AuthenticatedGetEntry: PROC [user: GVBasics.RName _ NIL, password: GVBasics.Password _ [,,,], name: GVBasics.RName, reporter: GVNames.ReporterProc _ NIL] RETURNS [rc: GVNames.NameType[group..allDown], info: REF GVNames.GetEntryInfo]; END.