-- Copyright (C) 1984  by Xerox Corporation. All rights reserved. 
-- OthelloForgot.mesa, HGM,  7-Jan-84 23:07:25

OthelloForgot: DEFINITIONS =
  BEGIN

  WaitForConnection: PROCEDURE;
  ResetAbort: PROCEDURE;
  SmashPassword: PROCEDURE;
  
  EraseTTYChar: PROCEDURE [CHARACTER];
  
  GetNameWithSpaces: PROCEDURE [prompt: STRING ← NIL, dest: POINTER TO LONG STRING];

  WriteLongOctal: PROCEDURE [n: LONG CARDINAL];
   
  END....