home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tkisrc04.zip / tcl / os2 / tclOS2Console.h < prev    next >
C/C++ Source or Header  |  1998-08-07  |  584b  |  26 lines

  1. /*
  2.  * tclOS2Console.h --
  3.  *
  4.  *    Declarations of console class functions.
  5.  *
  6.  * Copyright (c) 1995 Sun Microsystems, Inc.
  7.  * Copyright (c) 1996-1997 Illya Vaes
  8.  *
  9.  * See the file "license.terms" for information on usage and redistribution
  10.  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  11.  *
  12.  */
  13.  
  14. #ifndef _TCLOS2CONSOLE
  15. #define _TCLOS2CONSOLE
  16.  
  17. #include "tclPort.h"
  18. #include "tcl.h"
  19.  
  20. #ifndef CLI_VERSION
  21. BOOL RegisterTerminalClass _ANSI_ARGS_((HAB hab));
  22. HWND CreateTerminal _ANSI_ARGS_((HAB hab, Tcl_Interp *interp));
  23. #endif
  24.  
  25. #endif /* _TCLOS2CONSOLE */
  26.