home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / comm / revrdist.sit / RevRdist / RevRdist src / globals.c < prev    next >
Encoding:
C/C++ Source or Header  |  1990-05-16  |  741 b   |  35 lines  |  [TEXT/KAHL]

  1. /*
  2.  * globals.c - definitions for global variables (see RevRdist.h)
  3.  */
  4. #include "RevRdist.h"
  5.  
  6. WindowPtr        ActivityWind = 0;
  7. Integer            Ap_refNum;
  8. Integer            BlessedWD;
  9. Longint            ClientRoot;
  10. unsigned long    ClientSp;
  11. Integer            ClientVol;
  12. OSErr            ClueID;
  13. StringPtr        Clue0, Clue1, Clue2, Clue3;
  14. long            Flags = 0;
  15. short            Depth = 0;
  16. Integer            Deskrefnum = -1;
  17. short            ErrorMsgs = 0;
  18. WindowPtr        ErrorWind = 0;
  19. file_info_t *    File_list = 0;
  20. unsigned char    HighValue[4];
  21. Byte            Junksuf[1+8];
  22. StringPtr        NullStr;
  23. rstat_t            Pause = 0;
  24. pending_t        Pending = PA_NULL;
  25. DialogPtr        PrefDialog = 0;
  26. prefs_t            Prefs[2];
  27. Boolean            Quit = 0;
  28. Longint            ServerRoot;
  29. Integer            ServerVol;
  30. StringHandle    Untitled = 0;
  31. CursHandle        Watch;
  32.  
  33. AppFile            Ap_file;
  34. Str255            Mbuf;
  35.