// DLSUtil.decl -- structure produced by login stuff

// Last modified January 14, 1985  2:09 PM by Diebert

get "DLSControl.decl"

// ---------------------------------------------------------------------------
structure LSCB:	// Login control structure
// ---------------------------------------------------------------------------
[
ctx			word	// if not in use.  callers context in use
Function	word
Name		word
Password	word
List		word
ec word
]


manifest lenLSCB = size LSCB/16

manifest
[
ltNameAuthenticate = 1
ltFindGrapevine = 2
ltCheckOnList = 3
]