
{ Link_user type declarations. }




  TYPE
      rht$link_user_descriptor = RECORD
        next_lud_p: ^rht$link_user_descriptor,
        user: string(31),
        family: string(31),
        password: string(31),
        charge: string(31),
        project: string(31),
      RECEND;

