home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / mar94 / util / misc / flush.lha / Flush / typedefs.h < prev    next >
Text File  |  1993-12-25  |  4KB  |  111 lines

  1.  
  2. /*
  3.  *
  4.  *  typedefs.h
  5.  *
  6.  *
  7.  * 13-Dec-93 
  8.  */
  9.  
  10. /*
  11. typedef struct 
  12. */
  13.  
  14. typedef BOOL             BOOLEAN;
  15. typedef BPTR            LOCK;
  16. typedef struct AmigaGuideBase    AMIGAGUIDEBASE;
  17. typedef struct AreaInfo     AREAINFO;
  18. typedef struct BitMap        BITMAP;
  19. typedef struct BoolInfo     BOOLINFO;
  20. typedef struct BootBlock    BOOTBLOCK;
  21. typedef struct Border        BORDER;
  22. typedef struct ClipboardUnitPartial CLIPBOARDUNITPARTIAL;
  23. typedef struct ClipRect     CLIPRECT;
  24. typedef struct ClockData    CLOCKDATA;
  25. typedef struct ColorMap     COLORMAP;
  26. typedef struct CommandLineInterface COMMANDLINEINTERFACE;
  27. typedef struct ConfigDev     CONFIGDEV;
  28. typedef struct ConUnit        CONUNIT;
  29. typedef struct copinit        COPINIT;
  30. typedef struct DateStamp    DATESTAMP;
  31. typedef struct Device        DEVICE;
  32. typedef struct DeviceNode    DEVICENODE;
  33. typedef struct DiskObject    DISKOBJECT;
  34. typedef struct DisplayInfo    DISPLAYINFO; 
  35. typedef struct DosLibrary    DOSLIBRARY;
  36. typedef struct DosInfo        DOSINFO;
  37. typedef struct DosList        DOSLIST;
  38. typedef struct ExecBase     EXECBASE;
  39. typedef struct ExpansionBase    EXPANSIONBASE;
  40. typedef struct FileInfoBlock    FILEINFOBLOCK;
  41. typedef struct FileLock     FILELOCK;
  42. typedef struct FileRequester    FILEREQUESTER;
  43. typedef struct Gadget        GADGET;
  44. typedef struct GadgetInfo    GADGETINFO;
  45. typedef struct GfxBase        GFXBASE;
  46. typedef struct GListEnv     GLISTENV;
  47. typedef struct IBox        IBOX;
  48. typedef struct IFFHandle    IFFHANDLE;
  49. typedef struct Image        IMAGE;
  50. typedef struct InputEvent    INPUTEVENT;
  51. typedef struct Interrupt    INTERRUPT;
  52. typedef struct IntuiMessage    INTUIMESSAGE;
  53. typedef struct IntuiText    INTUITEXT;
  54. typedef struct IntuitionBase    INTUITIONBASE;
  55. typedef struct IOAudio        IOAUDIO;
  56. typedef struct IOClipReq    IOCLIPREQ;
  57. typedef struct IOExtSer     IOEXTSER;
  58. typedef struct IORequest     IOREQUEST;
  59. typedef struct IOStdReq     IOSTDREQ;
  60. typedef struct Layer        LAYER;
  61. typedef struct Layer_Info    LAYER_INFO;
  62. typedef struct Library        LIBRARY;
  63. typedef struct List        LIST;
  64. typedef struct Manufacturer    MANUFACTURER; 
  65. typedef struct MemChunk        MEMCHUNK;
  66. typedef struct MemEntry     MEMENTRY;
  67. typedef struct MemHeader    MEMHEADER;
  68. typedef struct MemList        MEMLIST;
  69. typedef struct Menu        MENU;
  70. typedef struct MenuItem     MENUITEM;
  71. typedef struct Message        MESSAGE;
  72. typedef struct MinList        MINLIST;
  73. typedef struct MinNode        MINNODE;
  74. typedef struct MsgPort        MSGPORT;
  75. typedef struct NameInfo        NAMEINFO; 
  76. typedef struct NewGadget    NEWGADGET;
  77. typedef struct NewMenu        NEWMENU;
  78. typedef struct NewScreen    NEWSCREEN;
  79. typedef struct NewWindow    NEWWINDOW;
  80. typedef struct Node        NODE;
  81. typedef struct PenPair        PENPAIR;
  82. typedef struct Point        POINT;
  83. typedef struct Preferences    PREFERENCES;
  84. typedef struct PrinterData    PRINTERDATA;
  85. typedef struct PrinterExtendedData PRINTEREXTENDEDDATA;
  86. typedef struct Process        PROCESS;
  87. typedef struct PropInfo     PROPINFO;
  88. typedef struct PubScreenNode    PUBSCREENNODE; 
  89. typedef struct RastPort     RASTPORT;
  90. typedef struct Region        REGION;
  91. typedef struct Remember     REMEMBER;
  92. typedef struct Requester    REQUESTER;
  93. typedef struct RootNode        ROOTNODE;
  94. typedef struct SatisfyMsg    SATISFYMSG;
  95. typedef struct Screen        SCREEN;
  96. typedef struct Semaphore    SEMAPHORE;
  97. typedef struct SignalSemaphore    SIGNALSEMAPHORE;
  98. typedef struct stat        STAT;
  99. typedef struct StringInfo    STRINGINFO;
  100. typedef struct TagItem        TAGITEM;
  101. typedef struct Task        TASK;
  102. typedef struct TextAttr     TEXTATTR;
  103. typedef struct TextFont     TEXTFONT;
  104. typedef struct timerequest    TIMERREQUEST;
  105. typedef struct timeval        TIMEVAL;
  106. typedef struct TmpRas        TMPRAS;
  107. typedef struct View        VIEW;
  108. typedef struct ViewPort     VIEWPORT;
  109. typedef struct Window        WINDOW;
  110. typedef struct WorkbenchBase    WORKBENCHBASE;
  111.