home *** CD-ROM | disk | FTP | other *** search
- (* =========================================== *)
- (* PARENT and CHILDA share this file. This *)
- (* is necessary to be sure the fields in the *)
- (* pointer to the shared area will be correct. *)
- (* =========================================== *)
- TYPE
- passdata = RECORD
- password : string[80];
- name : string[80];
- number : integer;
- status : word;
- END;