home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / System / Swatch / Development / swatch 1.2 / swatch INIT / drvr.csOpen.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-10-12  |  606 b   |  42 lines  |  [TEXT/KAHL]

  1. /**
  2.  
  3.     drvr.csOpen.c
  4.     Copyright (c) 1990, joe holt
  5.  
  6.  **/
  7.  
  8.  
  9. #ifndef _H_DRVR_CSOPEN
  10. #define _H_DRVR_CSOPEN
  11.  
  12.  
  13. /**-----------------------------------------------------------------------------
  14.  **
  15.  ** Headers
  16.  **
  17.  **/
  18.  
  19. #include <types.h>
  20.  
  21.  
  22. /*******************************************************************************
  23.  **
  24.  **    Public Variables
  25.  **
  26.  **/
  27.  
  28. extern SysEnvRec The_world;
  29. extern int16 INIT_RefNum;
  30.  
  31.  
  32. /*******************************************************************************
  33.  **
  34.  **    Public Functions
  35.  **
  36.  **/
  37.  
  38. OSErr csOpen( CntrlParam *cpb, DCtlPtr dce );
  39.  
  40.  
  41. #endif  /* ifndef _H_DRVR_CSOPEN */
  42.