home *** CD-ROM | disk | FTP | other *** search
- /* NAME:
- InstallCode.h
-
- WRITTEN BY:
- Dair Grant
-
- DESCRIPTION:
- Header file for InstallCode.c.
-
- ___________________________________________________________________________
- */
- #ifndef __INSTALLCODE__
- #define __INSTALLCODE__
- //=============================================================================
- // Function prototypes
- //-----------------------------------------------------------------------------
- OSErr InstallCode(short i);
- void InstallESAddressTable(void);
-
-
- #endif
-