home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 June / macformat-038.iso / Shareware in MacFormat / Creator Changer 2.5 / Code & Resource / Creator Changer.init.h < prev    next >
Encoding:
Text File  |  1995-10-20  |  929 b   |  42 lines  |  [TEXT/KAHL]

  1. void                Init_Toolbox(void);
  2. void                Get_Strings(void);
  3. void                Check_Sys_Type(void);
  4. void                Open_Preferences(void);
  5. void                Set_Up_Menu_Bar(void);
  6. void                 Do_Error(StringPtr, StringPtr, StringPtr, StringPtr);
  7. Boolean             Is_Pressed(unsigned short);
  8.  
  9. Str63                Types_Error_1;
  10. Str32                Types_Error_2;
  11. Str32                Descr_Error;
  12. Str32                Sys7_Error_1;
  13. Str32                Sys7_Error_2;
  14. Str32                Bad_Item_Error;
  15. Str32                Pref_File_Name;
  16. Str32                Bad_CF_Type_1;
  17. Str32                Bad_CF_Type_2;
  18. Str32                Bad_CF_Type_3;
  19. Str32                Bad_CF_Type_4;
  20.  
  21. MenuHandle            Apple_Menu;
  22. MenuHandle            Options_Menu;
  23.  
  24. short                Strt_Rsrc=128;
  25. short                CreatorChangerApp, CreatorChangerPref;
  26. short                Pref_VRef;
  27. short                Num_pt;
  28. short                Num_ac;
  29.  
  30. long                Pref_Dir_ID;
  31. FSSpec                Pref_Spec;
  32. pref_types            **Types_Handle;
  33. global_prefs        **Global;
  34.  
  35. Ptr                    Chng_Storage;
  36. Ptr                    Edit_Storage;
  37. Ptr                    Auto_Storage;
  38. Ptr                    About_Storage;
  39.  
  40. extern Boolean    All_Done;
  41. extern Str4        EMPTY_STR;
  42.