home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / k95source / cknwin.h < prev    next >
C/C++ Source or Header  |  2020-01-01  |  456b  |  19 lines

  1. /* C K N W I N   --  Kermit GUI Windows support for Win32 systems */
  2.  
  3. /*
  4.   Author: Jeffrey E Altman (jaltman@secure-endpoints.com)
  5.           Secure Endpoints Inc., New York City
  6.  
  7.   Copyright (C) 1985, 2004, Trustees of Columbia University in the City of New
  8.   York.
  9. */
  10.  
  11. extern HWND hwndGUI ;
  12. extern HWND hwndConsole ;
  13.  
  14. _PROTOTYP( int WindowThreadInit, (void *) ) ;
  15. _PROTOTYP( void WindowThreadClose, (void) ) ;
  16. _PROTOTYP( HWND GetConsoleHwnd, (void) ) ;
  17.  
  18.  
  19.