*** console.h	Tue Jun 23 10:17:16 1992
--- myconsole16.h	Sun Mar 20 02:21:21 1994
***************
*** 1,6 ****
  
  /*
!  *  console.h
   *
   *  Copyright (c) 1992 Symantec Corporation.  All rights reserved.
   *
--- 1,6 ----
  
  /*
!  *  myconsole16.h
   *
   *  Copyright (c) 1992 Symantec Corporation.  All rights reserved.
   *
***************
*** 8,13 ****
--- 8,14 ----
  
  #pragma once
  
+ #include <MacHeaders>
  #include "stdio.h"
  
  #ifdef __cplusplus
***************
*** 29,34 ****
--- 30,38 ----
  #define cecho2file			__cecho2file
  #define cecho2printer		__cecho2printer
  #define ccommand			__ccommand
+ #define csetcursor          __csetcursor
+ #define csetup              __csetup
+ #define crestore            __crestore
  
  extern struct __copt {
  	short				top;
***************
*** 58,64 ****
  void chide(FILE *);
  void cecho2file(char *, int, FILE *);
  void cecho2printer(FILE *);
  int ccommand(char ***);
  
  #ifdef __cplusplus
  }
--- 62,69 ----
  void chide(FILE *);
  void cecho2file(char *, int, FILE *);
  void cecho2printer(FILE *);
  int  ccommand(char ***);
! int  csetcursor(int);
  
  #ifdef __cplusplus
  }
