home *** CD-ROM | disk | FTP | other *** search
- #if !defined(_BNDL_H_)
- #define _BNDL_H_
-
- #include "bndl_private.h"
-
- typedef struct
- {
- OSType owner;
- INTEGER id;
- INTEGER n_sections_minus_1;
- bndl_section_t section[1]; /* would like to put 0 here */
- } bndl_t;
-
- extern void process_bndl (bndl_t **bndl_h, OSType creator);
-
- extern icn_sharp_hand map_type_and_creator (OSType type, OSType creator);
-
- #endif
-