home *** CD-ROM | disk | FTP | other *** search
- //************************************
- //
- // Name : Janitor.h
- //
- //************************************
-
- //**** Header files
-
-
- //**** Data Structures
-
- #define NUMPORTS 2
- extern struct MsgPort *StarPort[NUMPORTS];
-
-
- //**** Function Prototypes
-
- int BindMenus(void);
- int FreeMenus(void);
-
- int OpenPorts(void);
- void ClosePorts(void);
-
- //**** End of file
-