home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Creator Changer 2.7 / Code & Resource / Creator Changer.AE.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-12  |  1.0 KB  |  32 lines  |  [TEXT/KAHL]

  1. #include "AppleEvents.h"
  2.  
  3. void                     Install_AE_Handlers(void);
  4. pascal    OSErr            Open_AE( AppleEvent *, AppleEvent *, long);
  5. Boolean                DLOG_Open(void);
  6. void                    Open_Auto_Change_Files(AEDescList, long);
  7. void                    Open_Normal_Files(AEDescList, long);
  8. pascal    OSErr            Quit_AE( AppleEvent *, AppleEvent *, long);
  9. pascal    OSErr            Print_AE(AppleEvent *, AppleEvent *, long);
  10. pascal    OSErr            Start_AE(AppleEvent *, AppleEvent *, long);
  11. void                    Get_Types_From_Prefs(Str4 *);
  12. short                    Check_File_Type(Str4 *, OSType);
  13.  
  14. short                    Multiple_Files;
  15. long                    one_file=1;
  16.  
  17. extern    Boolean        All_Done;
  18. extern    Boolean        Option_Key_Down;
  19. extern    Boolean        Done_With_Dialog;
  20. extern    Boolean        Dialog_Opened;
  21. extern Handle            The_Icons;
  22. extern    short            CreatorChangerApp, CreatorChangerPref;
  23. extern short            The_ac_Type[100];
  24. extern    Dialog_Info    Chng, Auto, Edit;
  25. extern    global_prefs    **Global;
  26. extern    FSSpec            The_File_Spec;
  27. extern    FInfo            File_Info;
  28. extern Str32            Multi_File_1;
  29. extern Str32            Multi_File_2;
  30. extern Str32            Multi_File_3;
  31. extern Str4            EMPTY_STR;
  32.