home *** CD-ROM | disk | FTP | other *** search
/ MACD 4 / MACD4.iso / cdity / EasyTM_src.lha / EasyTM-src / janitor.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-27  |  353 b   |  25 lines

  1. //************************************
  2. //
  3. // Name : Janitor.h
  4. //
  5. //************************************
  6.  
  7. //**** Header files
  8.  
  9.  
  10. //**** Data Structures
  11.  
  12. #define NUMPORTS 2
  13. extern struct MsgPort *StarPort[NUMPORTS];
  14.  
  15.  
  16. //**** Function Prototypes
  17.  
  18. int  BindMenus(void);
  19. int  FreeMenus(void);
  20.  
  21. int  OpenPorts(void);
  22. void ClosePorts(void);
  23.  
  24. //**** End of file
  25.